Engine.GetFileInformation ( path)
Returns a new FileInformation object.
Creates and returns a reference to a new FileInformation object that you use to retrieve information about a specified file, such as file version, file format version and whether it is a Sequence File or a custom format file.
TestStand does not access the file you specify when it calls this method. TestStand accesses the file when you call the properties and methods on the FileInformation object. Thus, TestStand returns a new FileInformation object when the file does not exist at the specified path. Calling methods or properties on a FileInformation object may throw an exception if the file cannot be located. To verify that the file exists on disk and is accessible at the given path, use the FileInformation.FileExists property.
path As String
[In] Specifies the absolute pathname of the file.