Navigation: thinBasic Modules > File > FILE_GetVersionString |
|
Description
Returns the file version, of a given file name, in string format.
Syntax
s = File_GetVersionString(sFile)
Returns
Returns a string
The full file version string.
Parameters
Name |
Type |
Optional |
Meaning |
sFileName |
String |
No |
The full file name (path + file name) of the file you want to get info |
Remarks
The file version number
Restrictions
See also
Examples
MsgBox 0, File_GetVersionString("c:\windows\explorer.exe")
'result can be 6.0.2900.2180
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |