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 propertyCreationTime
Gets the time this entry was created.
Public propertyCreationTimeUtc
Gets the time, in coordinated universal time (UTC), 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 propertyIsCompressed
Gets a value indicating whether this instance is compressed.
Public propertyIsDirectory
Gets a value indicating whether this instance represents a directory.
Public propertyIsEncrypted
Gets a value indicating whether this instance is encrypted (EFS).
Public propertyIsHidden
Gets a value indicating whether this instance is hidden, and thus is not included in an ordinary directory listing.
Public propertyIsMountPoint
Gets a value indicating whether this instance is a mount point.
Public propertyIsOffline
Gets a value indicating whether this instance is offline. The data of the file is not immediately available.
Public propertyIsReadOnly
Gets a value indicating whether this instance is read-only.
Public propertyIsReparsePoint
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.
Public propertyIsSymbolicLink
Gets a value indicating whether this instance is a symbolic link.
Public propertyLastAccessTime
Gets the time this entry was last accessed.
Public propertyLastAccessTimeUtc
Gets the time, in coordinated universal time (UTC), this entry was last accessed.
Public propertyLastWriteTime
Gets the time this entry was last modified.
Public propertyLastWriteTimeUtc
Gets the time, in coordinated universal time (UTC), 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