D
Dino M. Buljubasic
I am building an applicatin that will be able to automatically update itself
from an FTP server.
I'd like to be able to determine which version of application is newer, the
one currently running or the one found on the FTP server (the .msi file).
My idea is to look at the FTP server for an .msi file and compare its date
with the date stamp of the application currently running and then download
the release only if it is newer then running application.
How can I get the information about currently running application such as
its file date stamp?
Any suggestions are welcome.
Regards,
from an FTP server.
I'd like to be able to determine which version of application is newer, the
one currently running or the one found on the FTP server (the .msi file).
My idea is to look at the FTP server for an .msi file and compare its date
with the date stamp of the application currently running and then download
the release only if it is newer then running application.
How can I get the information about currently running application such as
its file date stamp?
Any suggestions are welcome.
Regards,