public class VersionUtil extends Object
| Constructor and Description |
|---|
VersionUtil() |
| Modifier and Type | Method and 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.