Click to See Complete Forum and Search --> : Determining Version of the app
Arsalan
July 28th, 2000, 08:56 AM
How do I Determining the Version of app before I download the app from the web.
i.e Consider app is on www.aaa.con.
Now before downloading I want to check the version of ccc.exe. How to do this
Any help will be appreciated
Thanks
Shawn South
July 28th, 2000, 03:52 PM
The only way I know to check the version of an executable other than the one currently running is to use the Windows API. GetFileTime() will provide the creation time and date.
I have yet to find a function that obtains the actual version information. I know it's out there though...
- Shawn
[ Disclaimer: Unless explicitly stated otherwise, code examples provided have not been tested. ]
Using Visual Sudio 6, Enterprise Ed.
Arsalan
July 28th, 2000, 11:30 PM
Is it possible to use this funtion to determine the version of the file of remote computer.
Shawn South
July 31st, 2000, 06:02 PM
What do you mean by "remote computer"? If it's on a Windows network, it should work like any other file. If you're talking about a file on an ftp server, you'll need to download it first.
- Shawn
[ Disclaimer: Unless explicitly stated otherwise, code examples provided have not been tested. ]
Using Visual Sudio 6, Enterprise Ed.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.