AGetFileVersion()
This function, added in VFP 6, lets you check on the version information built into a file. It's a native replacement for the GetFileVersion() function that was added to FoxTools in VFP 5.
Usage |
nRows = AGetFileVersion( VersionArray, cFileName ) |
This function works on all kinds of executable files, not just those you create with VFP. You can go poking around all kinds of places to see what's out there. |
Example |
? AGetFileVersion(aFileVer, HOME()+"VFP7.exe") && Returns 15 |
See Also |
Build, VersionComments, VersionCompany, VersionCopyright, VersionDescription, VersionLanguage, VersionNumber, VersionProduct, VersionTrademarks |