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. |
Directory | | DirectoryInfo | | Gets an instance of the parent directory. |
DirectoryName | | String | | Gets a string representing the directorys full path. |
Exists | | Boolean | | Gets a value indicating whether a file 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. |
Length | | Int64 | | Gets the size of the current file. |
Name | | String | | Gets the name of the file. |