FileInfo

Contains general information about a file.

Members

Variables

isDirectory
bool isDirectory;

True if this is a directory or a symlink pointing to a directory

isSymlink
bool isSymlink;

True if this is a symlink to an actual file

name
string name;

Name of the file (not including the path)

size
ulong size;

Size of the file (zero for directories)

timeCreated
SysTime timeCreated;

Time of creation (not available on all operating systems/file systems)

timeModified
SysTime timeModified;

Time of the last modification

Meta