The File Version Windows API can be used to examine any application's
FILEVERSION
resource.
This resource is often used to check if a file is more
recent during file copy operations.
Interface
Name | Description | |
---|---|---|
![]() | Open | Open file. |
![]() | GetComments | Returns the file version comment. |
![]() | GetCompanyName | Returns the company name property. |
![]() | GetFileDescription | Returns the file description property. |
![]() | GetFileVersion | Returns the file's version. |
![]() | GetInternalName | Returns the internal name property. |
![]() | GetLegalCopyright | Returns the copyright notice property. |
![]() | GetLegalTrademarks | Returns the trademark property. |
![]() | GetOriginalFilename | Returns the file's original name. |
![]() | GetProductName | Returns the product name property. |
![]() | GetProductVersion | Returns the product version property. |
![]() | GetPrivateBuild | Returns the file's build flag. |
![]() | GetSpecialBuild | Returns the file's build status. |
Source Code Dependencies
Microsoft MFC LibraryMy Global MFC functions
Download Files
![]() | Source Code (4 Kb) |