Attributes (get) | Returns the directorys attributes (ReadOnly, Hidden, Archive, ...) |
Attributes (let) | Sets the attributes for the directory. |
CreationTime (get) | Returns the creation time for this directory in local time. |
CreationTime (let) | Sets the creation time for the directory in local time. |
CreationTime (set) | Sets the creation time for the directory in local time. |
CreationTimeUtc (get) | Returns the creation time as UTC time. |
CreationTimeUtc (let) | Sets the creation time as UTC time. |
CreationTimeUtc (set) | Sets the creation time as UTC time. |
Exists (get) | Checks if the directory actually exists. |
Extension (get) | Returns an empty string for directories. |
FullName (get) | Returns the name of the directory, including the full path to the directory. |
LastAccessTime (get) | Returns the last time the directory was accessed in local time. |
LastAccessTime (let) | Sets the time the directory was last accessed in local time. |
LastAccessTime (set) | Sets the time the directory was last accessed in local time. |
LastAccessTimeUtc (get) | Returns the last time the directory was accessed in UTC time. |
LastAccessTimeUtc (let) | Sets the last time the directory was accessed in UTC time. |
LastAccessTimeUtc (set) | Sets the last time the directory was accessed in UTC time. |
LastWriteTime (get) | Returns the last time the directory was written to in local time. |
LastWriteTime (let) | Sets the last time the directory was written to in local time. |
LastWriteTime (set) | Sets the last time the directory was written to in local time. |
LastWriteTimeUtc (get) | Returns the last time the directory was written to in UTC time. |
LastWriteTimeUtc (let) | Sets the last time the directory was written to in UTC time. |
LastWriteTimeUtc (set) | Sets the last time the directory was written to in UTC time. |
Name (get) | Returns the name of the directory this instance represents. |
Parent (get) | Returns the parent directory as a DirectoryInfo object. |
root (get) | Returns a DirectoryInfo object of the root directory of this instance. |