Click or drag to resize

WindowsFileSystemItem Methods

IT Hit User File System

The WindowsFileSystemItem type exposes the following members.

Methods
  NameDescription
Public methodDispose
Protected methodDispose(Boolean)
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 methodStatic memberGetFileAttributesString
Gets human-readable attributes representation.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItemId
Gets file or folder ID, unique withing the NTFS file system.
Public methodStatic memberGetItemIdByPath
Gets file or folder ID, unique withing the NTFS file system by path.
Public methodStatic memberGetPathByItemId
Gets path to a file or folder by item ID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUsnAsync
Gets this item USN.
Public methodStatic memberGetUsnByPathAsync
Gets file or folder USN by path.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTryGetAttributes
Tries to get file attributes.
Public methodStatic memberTryGetPathByItemId
Tries to get path to a file or folder by item ID.
Top
See Also