Struct FileInfo
Contains general information about a file.
Fields
Name | Type | Descrption |
---|---|---|
name | string | Name of the file (not including the path) |
size | ulong | Size of the file (zero for directories) |
timeModified | SysTime | Time of the last modification |
timeCreated | SysTime | Time of creation (not available on all operating systems/file systems) |
isSymlink | bool | True if this is a symlink to an actual file |
isDirectory | bool | True if this is a directory or a symlink pointing to a directory |
Methods
Name | Description |
---|---|
opAssign | |
opEquals | |
__xopEquals |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.