F
Frederik
Hi all,
I want to build an update function into my windows forms application. I want
an xml file to be downloaded from a server, only if it is newer then the
existing one.
The DownloadFile method seems to be useful for downloading, but after that,
what would be the best way to check if the file on the server is more
recent? How can I check it without downloading the file?
Any help is appreciated,
Frederik
I want to build an update function into my windows forms application. I want
an xml file to be downloaded from a server, only if it is newer then the
existing one.
The DownloadFile method seems to be useful for downloading, but after that,
what would be the best way to check if the file on the server is more
recent? How can I check it without downloading the file?
Any help is appreciated,
Frederik