Structure storing information about a directory entry.
| Name | Description |
|---|---|
| Attributes | Gets the attributes of the file. |
| CreationDate | Gets the date at which the file or directory was created. |
| IsDirectory | Gets whether the instance stores information about a directory or not. |
| ModificationTime | Gets the time at which the file or directory was last modified. |
| Name | Gets the name of the file. |
| Size | Gets the size of the file. |