FileSystemEntryInfo Properties |
The FileSystemEntryInfo type exposes the following members.
Name | Description | |
---|---|---|
AlternateFileName | Gets the 8.3 version of the filename. | |
Attributes | Gets the attributes. | |
CreationTime | Gets the time this entry was created. | |
CreationTimeUtc | Gets the time, in coordinated universal time (UTC), this entry was created. | |
FileName | Gets the name of the file. | |
FileSize | Gets the size of the file. | |
FullPath | The full path of the file system object. | |
IsCompressed | Gets a value indicating whether this instance is compressed. | |
IsDirectory | Gets a value indicating whether this instance represents a directory. | |
IsEncrypted | Gets a value indicating whether this instance is encrypted (EFS). | |
IsHidden | Gets a value indicating whether this instance is hidden, and thus is not included in an ordinary directory listing. | |
IsMountPoint | Gets a value indicating whether this instance is a mount point. | |
IsOffline | Gets a value indicating whether this instance is offline. The data of the file is not immediately available. | |
IsReadOnly | Gets a value indicating whether this instance is read-only. | |
IsReparsePoint | Gets a value indicating whether this instance contains a reparse point, which is a block of user-defined data associated with a file or a directory. | |
IsSymbolicLink | Gets a value indicating whether this instance is a symbolic link. | |
LastAccessTime | Gets the time this entry was last accessed. | |
LastAccessTimeUtc | Gets the time, in coordinated universal time (UTC), this entry was last accessed. | |
LastWriteTime | Gets the time this entry was last modified. | |
LastWriteTimeUtc | Gets the time, in coordinated universal time (UTC), this entry was last modified. | |
LongFullPath | The full path of the file system object in Unicode (LongPath) format. | |
ReparsePointTag | Gets the reparse point tag of this entry. |