Package com.ms.util Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class FileVersionInformation

Constructors

public
class FileVersionInformation extends Properties {
  // Constructors
  public FileVersionInformation (String filename)
  public FileVersionInformation (File file)
}


Constructors


FileVersionInformation

public FileVersionInformation (String filename)

Creates a Properties object for the given file name containing file version information.

ParameterDescription
filename File name from which to retrieve file version information.

Remarks:

File name String does not need to be absolute.


FileVersionInformation

public FileVersionInformation (File file)

Creates a Properties object for the given File object containing file version information.

ParameterDescription
file The File class representing the file name.



Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.