Microsoft SDK for Java

FileVersionInformation Class Constructors

The FileVersionInformation Class contains the following constructors:

FileVersionInformation(Sring filename)
FileVersionInformation(File file)

FileVersionInformation(String filename)

Creates a Properties object that contains file version information.

Syntax

public FileVersionInformation(String filename);

Parameters

filename

The name of the file to retrieve file version information from. The file name does not need to be absolute.

FileVersionInformation(File file)

Creates a Properties object that contains file version information.

Syntax

public FileVersionInformation(File file);

Parameters

file The File object that represents the file name.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.