Results 1 to 3 of 3

Thread: temporary internet files

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    9

    Post

    hello, i was jest wondering if anyone knew of an easy way of deleting your temporary internet files [including cookies], or even if you know how to clear your history on ie5. any help would be appreciated, thanx

  2. #2
    Lively Member Maartin's Avatar
    Join Date
    Jan 2000
    Location
    Benoni, Gauteng, South-Africa
    Posts
    99

    Post

    Your temp Internet files is located on the system drive.

    If you running Win98:
    You will find it under
    ?:\>Windows\profiles\user name\Temporary Internet Files\Content.IE5,

    If you have only one login or running Win95 you will find it under
    ?:\>Windows\Temporary Internet Files\Content.IE5

    If you are running WinNT 4.0
    You will find it under
    ?:\>Winnt\profiles\user id\Temporary Internet Files\Content.IE5

    In this directory you will find various directories, in these directories you
    Will find the temp Internet files.

    Your IE5 history is stored in directory called History, how to delete this via
    Code I have not tried yet.

    If you want to be able to delete all file in these directories programmatically
    Have a look at you DIR function in the help file there is a sample of how to
    Go trough directories and distinguishing between files and directories.

    Take that source code modify it for you purposes and have fun.

    Then use the Kill function to delete the files.

    Hope it helps.


    ------------------
    -----------------------
    Maartin
    [email protected]
    -----------------------

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    9

    Post

    thanx man, i just wasnt sure how to find the tem dir, i had tried to get it from the registry key, but i forgot to add the "user name" in the path, thanx agin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width