-
I am using the following line of code:
Inet1.Execute , "GET Subscribers.txt " & AppPath & "\Update\Subscribers.txt"
Unfortunately, if subscribers.txt has already been downloaded, it won't be overwritten. YES I could delete the file before downloading it but I guess there's a way of overwriting.
Thanks
-
I think someone else had this problem and it wouldn't do anything. Just leave the existing file and not overwrite it. So your best bet would be to delete it before downloading the new file.
-
In my case, this solution would fit pretty good. I will simply delete the file before downloading it.
If anyone has an idea why it's doing that, post..