|
-
July 28th, 2000, 08:56 AM
#1
Determining Version of the app
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
Webmaster of (Code Master)
-
July 28th, 2000, 03:52 PM
#2
Re: Determining Version of the app
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.
-
July 28th, 2000, 11:30 PM
#3
Re: Determining Version of the app
Is it possible to use this funtion to determine the version of the file of remote computer.
Webmaster of (Code Master)
-
July 31st, 2000, 06:02 PM
#4
Re: Determining Version of the app
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|