FileSystemItem Properties |
The FileSystemItem type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets or sets the file attributes of the current item.
(Overrides ProjectedFileSystemItemAttributes.) | |
ChangeTime |
Gets or sets the time when the current item was last changed.
Equals to LastWriteTime.
(Overrides ProjectedFileSystemItemChangeTime.) | |
CreationTime |
Gets or sets the creation time of the current item.
(Overrides ProjectedFileSystemItemCreationTime.) | |
Info |
Gets the FileSystemInfo corresponding instance.
| |
IsDirectory |
Gets or sets a value that indicates if the current item is a file or a directory.
(Inherited from ProjectedFileSystemItem.) | |
LastAccessTime |
Gets or sets the time the current item was last accessed.
(Overrides ProjectedFileSystemItemLastAccessTime.) | |
LastWriteTime |
Gets or sets the time when the current item was last written to.
(Overrides ProjectedFileSystemItemLastWriteTime.) | |
Length |
Gets or sets the size, in bytes, of the current item.
(Overrides ProjectedFileSystemItemLength.) | |
Name |
Gets the name of the current item.
(Inherited from ProjectedFileSystemItem.) | |
VersionInfo |
Gets or sets the version information of the current item.
(Inherited from ProjectedFileSystemItem.) |