Package com.ms.util |
![]() Previous |
![]() Microsoft Packages |
![]() Index |
![]() Next |
public class FileVersionInformation extends Properties { // Constructors public FileVersionInformation (String filename); public FileVersionInformation (File file); }
public FileVersionInformation (String filename)Creates a Properties object for the given filename containing file version information.
Parameter Description filename The filename from which to retrieve file version information. Remarks:
The filename String does not need to be absolute.
public FileVersionInformation (File file)Creates a Properties object for the given File object containing file version information.
Parameter Description file The File class representing the filename.