Struct FileInfo
Contains general information about a file.
Fields
Name | Type | Description |
---|---|---|
isDirectory
|
bool |
True if this is a directory or a symlink pointing to a directory |
isSymlink
|
bool |
True if this is a symlink to an actual file |
name
|
string |
Name of the file (not including the path) |
size
|
ulong |
Size of the file (zero for directories) |
timeCreated
|
std.datetime.SysTime |
Time of creation (not available on all operating systems/file systems) |
timeModified
|
std.datetime.SysTime |
Time of the last modification |
Methods
Name | Description |
---|---|
opAssign
|
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.