<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Exe (Executable info) > EXE_GetVersionString |
Description
Giving an exe or dll file name, returns its complete version number as string .
Syntax
s = EXE_GetVersionString(FileName)
Returns
.
Parameters
Name |
Type |
Optional |
Meaning |
FileName |
String |
No |
Name of an exe or dll file |
VersionType |
Numeric |
No |
Define which part of the version to return. See Exe equates for possible values |
Remarks
Restrictions
See also
Examples