file version 
Author Message
 file version

Do anyone know how to get the file version of a file? just like the one you see when u
select the properties of a file by explorer?



Mon, 17 Jul 2000 03:00:00 GMT  
 file version

Look in the code for SETUP1.EXE that is in your VB+AFw-SETUPKIT+AFw-SETUP1
directory. There's a bunch of routines for getting versions, disk space,
etc...

--
Jonas
TRION Technologies (www.trion.com)

+AD4-Do anyone know how to get the file version of a file? just like the one you
see when u
+AD4-select the properties of a file by explorer?



Mon, 17 Jul 2000 03:00:00 GMT  
 file version

use something like the following:

App.major
App.minor
App.revision

The App portion is an object, with the major, minor and revision being
properties of the App object.

Hope that helps.

Dave

Quote:

>Do anyone know how to get the file version of a file? just like the one you
see when u
>select the properties of a file by explorer?



Tue, 18 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How to get File Version of a file?

2. how do I check XL file version programatically?

3. Retrieving file version

4. CHM file version?

5. Getting driver file version information via vbscript or VB

6. Getting .exe file version properties?

7. Getting a files version

8. Need to determine executable file version

9. File version and/or revision

10. file version!!

11. Determining file Version via VB(word 95, 97, Excel 95 97)

12. file version!!!

 

 
Powered by phpBB® Forum Software