Temp Files in VB6

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ulvaeus

    #1

    Temp Files in VB6

    Is there any way I can create a program that deletes Temporary Internet
    Files. I want to create a program that will run in Windows 2000/XP which can
    remove Internet History and Temp files but don't know how to set the
    File1.path so that it can show the temporary internet files and history.

    Thanks

    Ulvaeus



  • Bob Butler

    #2
    Re: Temp Files in VB6

    "Ulvaeus" <sw@eden.com> wrote in message news:<c3d8jq$m0 4$1@sparta.btin ternet.com>...[color=blue]
    > Is there any way I can create a program that deletes Temporary Internet
    > Files. I want to create a program that will run in Windows 2000/XP which can
    > remove Internet History and Temp files but don't know how to set the
    > File1.path so that it can show the temporary internet files and history.[/color]

    You can't do it with the File/Folder/Directory controls

    see http://vbnet.mvps.org/code/internet/deleteurlcache.htm

    Comment

    Working...