The FileVersionInformation Class contains the following constructors:
FileVersionInformation(Sring filename)
FileVersionInformation(File file)
Creates a Properties object that contains file version information.
public FileVersionInformation(String filename);
filename | The name of the file to retrieve file version information from. The file name does not need to be absolute. |
Creates a Properties object that contains file version information.
public FileVersionInformation(File file);
file | The File object that represents the file name. |