The IC1DirectoryInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Attributes |
File attributes of the directory.
| |
| CreationTime |
The creation time of the directory.
| |
| CreationTimeUtc |
The creation utc time of the directory.
| |
| Exists |
Tells if the directory exists or not.
| |
| Extension |
The extension of the directory.
| |
| FullName |
Full path of the directory.
| |
| LastAccessTime |
Last access time of the directory.
| |
| LastAccessTimeUtc |
Last access utc time of the directory.
| |
| LastWriteTime |
Last write time of the directory.
| |
| LastWriteTimeUtc |
Last write utc time of the directory.
| |
| Name |
The name of the directory.
| |
| Parent |
The parent directory of the directory.
| |
| Root |
The root directory of the directory.
|