Attributes | | FileAttributes | | Gets or sets the FileAttributes of the current FileSystemInfo. |
CreationTime | | DateTime | | Gets or sets the creation time of the current FileSystemInfo object. |
CreationTimeUtc | | DateTime | | Gets or sets the creation time, in coordinated universal time (UTC), of the current FileSystemInfo object. |
Exists | | Boolean | | True of the Directory exists |
Extension | | String | | Gets the string representing the extension part of the file. |
FullName | | String | | Gets the full path of the directory or file. |
LastAccessTime | | DateTime | | Gets or sets the time the current file or directory was last accessed. |
LastAccessTimeUtc | | DateTime | | Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed. |
LastWriteTime | | DateTime | | Gets or sets the time when the current file or directory was last written to. |
LastWriteTimeUtc | | DateTime | | Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to. |
Name | | String | | Gets the name of this DirectoryInfo instance. |
Parent | | String | | Gets the parent directory of a specified subdirectory. |
Root | | String | | Gets the root portion of a path. |