FileSystemEntryInfo Properties |
The FileSystemEntryInfo type exposes the following members.
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. |