Click or drag to resize
FileSystemEntryInfo Properties

The FileSystemEntryInfo type exposes the following members.

Properties
  NameDescription
Public propertyAlternateFileName
Gets the 8.3 version of the filename.
Public propertyAttributes
Gets the attributes.
Public propertyCreated
Gets the time this entry was created.
Public propertyFileName
Gets the name of the file.
Public propertyFileSize
Gets the size of the file.
Public propertyFullPath
The full path of the file system object.
Public propertyIsDirectory
Gets a value indicating whether this instance represents a directory.
Public propertyIsMountPoint
Gets a value indicating whether this instance is a mount point.
Public propertyIsReparsePoint
Gets a value indicating whether this instance is a reparse point.
Public propertyIsSymbolicLink
Gets a value indicating whether this instance is a symbolic link.
Public propertyLastAccessed
Gets the time this entry was last accessed.
Public propertyLastModified
Gets the time this entry was last modified.
Public propertyLongFullPath
The full path of the file system object in Unicode (LongPath) format.
Public propertyReparsePointTag
Gets the reparse point tag of this entry.
Top
See Also