FileSystemEntryInfo Class |
This class cannot be inherited.
Namespace: Alphaleonis.Win32.Filesystem
The FileSystemEntryInfo type exposes the following members.
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 ReparsePointTag of the FileSystemEntryInfo instance. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
AlternateFileName | Gets the 8.3 version of the filename. | |
Attributes | Gets the attributes. | |
Created | Gets the time 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. | |
IsDirectory | Gets a value indicating whether this instance represents a directory. | |
IsMountPoint | Gets a value indicating whether this instance is a mount point. | |
IsReparsePoint | Gets a value indicating whether this instance is a reparse point. | |
IsSymbolicLink | Gets a value indicating whether this instance is a symbolic link. | |
LastAccessed | Gets the time this entry was last accessed. | |
LastModified | Gets the time 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. |