Package com.sun.jna.platform.win32
Class VersionUtil
- java.lang.Object
- 
- com.sun.jna.platform.win32.VersionUtil
 
- 
 public class VersionUtil extends java.lang.ObjectReads Windows Version info from files (the version details you can see by right-clicking and choosing properties)- Author:
- mlfreeman[at]gmail.com
 
- 
- 
Constructor SummaryConstructors Constructor Description VersionUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static VerRsrc.VS_FIXEDFILEINFOgetFileVersionInfo(java.lang.String filePath)Gets the file's version number info
 
- 
- 
- 
Method Detail- 
getFileVersionInfopublic static VerRsrc.VS_FIXEDFILEINFO getFileVersionInfo(java.lang.String filePath) Gets the file's version number info- Parameters:
- filePath- The path to the file
- Returns:
- The VS_FIXEDFILEINFO structure read from the file.
 Use the getFileVersionMajor(), getFileVersionMinor(), getFileVersionRevision(), and getFileVersionBuild()
- Throws:
- java.lang.UnsupportedOperationException- if VerQueryValue fails to get version info from the file.
 
 
- 
 
-