I am downloading a small file from my web server, and it regulary changes, but when it downloads it saves to the temp file (or whatever it saves to), so the next time i ask it to download it simply referes to the saved temp file.
Right, my program downlaods an XML file, which windows automatically saves to the Internet Temp file aswell as the directory you have selected.
So when you download it again, Windows takes it from the Temp folder.
On my PC the location is ...
C:\Documents and Settings\Ben\Local Settings\Temporary Internet Files\version.xml
Now i know where it is stored...
1) Is the the same for other versions of windows.
2) Is there a API or something to give the directory C:\Documents and Settings\# User Name#\Local Settings\Temporary Internet Files
since its just like a text file, why dont you just use the inet control to download the .xml file and write it with some code. Thats how i check to see if my program needs to be updated
I didn't check the attachment. I remember having this problem. I use inet control for downloading. I am not sure if using Inet solved the problem. It was some time ago.