Click or drag to resize

WindowsFileSystemItem Class

IT Hit User File System
Represents windows file system file or folder. Provides functions that are not available via .NET API.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.WindowsWindowsFileSystemItem

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public class WindowsFileSystemItem : IDisposable

The WindowsFileSystemItem type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resources used by the WindowsFileSystemItem
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the WindowsFileSystemItem and optionally releases the managed resources
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
Fields
  NameDescription
Public fieldSafeHandle
File or folder handle.
Top
See Also