public class VersionUtil extends Object
Constructor | Description |
---|---|
VersionUtil() |
Modifier and Type | Method | Description |
---|---|---|
static VerRsrc.VS_FIXEDFILEINFO |
getFileVersionInfo(String filePath) |
Gets the file's version number info
|
public static VerRsrc.VS_FIXEDFILEINFO getFileVersionInfo(String filePath)
filePath
- The path to the fileUnsupportedOperationException
- if VerQueryValue fails to get version info from the file.