The properties of the FileSystemEntry class are listed below. For a complete list of FileSystemEntry class members, see the FileSystemEntry Members topic.
Attributes | Retrieves or sets the attributes of the current file or directory. |
CreationTime | Retrieves the creation time of the current file or directory. |
Exists | Indicates whether the file or directory exists. |
FullName | Retrieves the full path of the directory or file. |
IsDirectory | Indicates whether the object is a directory. |
IsFile | Indicates whether the object is a file. |
LastAccessTime | Retrieves the time the current file or directory was last accessed. |
LastWriteTime | Retrieves the time when the current file or directory was last written to. |
Name | For files, retrieves the name of the file. For directories, retrieves the name of the last directory in the hierarchy if possible, otherwise retrieves the fully qualified name. |