Package com.ms.util Previous
Previous
Microsoft Packages
Microsoft Packages
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 filename containing file version information.

ParameterDescription
filename The filename from which to retrieve file version information.

Remarks:

The filename 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 filename.



Top© 1996 Microsoft Corporation. All rights reserved.