rcedit.$getversionstring()

Function group Execute on client Platform(s)
rcedit NO All

Syntax

rcedit.$getversionstring(cFileName, cKey)

Description

Returns the version string with key cKey from the exe/dll in cFileName. The key could be some of the standard Windows PE keys, e.g.:

Comments
CompanyName
FileDescription
FileVersion
InternalName
LegalCopyright
LegalTrademarks
OriginalFilename
PrivateBuild
ProductName
ProductVersion
SpecialBuild

Returns kTrue if operation succeeded, else kFalse.