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.

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 ReparsePointTag of the FileSystemEntryInfo instance.
(Overrides ObjectToString.)
Top
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