Click or drag to resize

FileSystemEntryInfo Class

Represents information about a file system entry.

This class cannot be inherited.

Inheritance Hierarchy
SystemObject
  Alphaleonis.Win32.FilesystemFileSystemEntryInfo

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
[SerializableAttribute]
public sealed class FileSystemEntryInfo

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the FullPath of the FileSystemEntryInfo instance.
(Overrides ObjectToString.)
Top
See Also