DirectoryInfo Properties |
The DirectoryInfo type exposes the following members.
Name | Description | |
---|---|---|
CreationTime |
Creation time.
| |
Exists |
Whether directory exists.
| |
FullName |
Full name of directory (whole path).
| |
LastWriteTime |
Last write time to directory.
| |
Name |
Name of directory (without path).
| |
Parent |
Parent directory.
|