FileSystemEntryInfo Class |
This class cannot be inherited.
Namespace: Alphaleonis.Win32.Filesystem
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. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the FullPath of the FileSystemEntryInfo instance. (Overrides ObjectToString.) |