Package com.ms.util |
![]() Previous |
![]() Contents |
![]() 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 file name containing file version information.
Parameter Description filename File name from which to retrieve file version information. Remarks:
File name 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 file name.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.