| DirectoryInfo Properties | 
The DirectoryInfo type exposes the following members.
 Properties
Properties| 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.
             | 
 See Also
See Also