Downloading a file Using ActiveX ctrl in VB6
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have used ActiveX ctrl to asynchronously download a file from FTP site. Program downloads the file for the first time from the site.But,next time it dont download file from the site.I think,It gets the file from cached in c:\winnt\profiles\myNTlogin\temporary internet files.when delete the file from there,next time program downloads from site. I have used : flag=fs.FileExists("c:\winnt\profiles\myNTlogin\temporary internet files\file") Although, the file is there, function returns FALSE. Can anybody tell me How to delete that temporary file programatically, Thanks in advance