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