Represents information about a file in the virtual file system.
public FileInfo(string Path, bool IsBinary, long SizeInBytes, System.DateTime CreationTime, System.DateTime LastWriteTime);Path System.String
IsBinary System.Boolean
SizeInBytes System.Int64
CreationTime System.DateTime
LastWriteTime System.DateTime