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