WindowsFileSystemItem Methods |
The WindowsFileSystemItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFileAttributesString |
Gets human-readable attributes representation.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetItemId |
Gets file or folder ID, unique withing the NTFS file system.
| |
| GetItemIdByPath |
Gets file or folder ID, unique withing the NTFS file system by path.
| |
| GetPathByItemId |
Gets path to a file or folder by item ID.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUsnAsync |
Gets this item USN.
| |
| GetUsnByPathAsync |
Gets file or folder USN by path.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetAttributes |
Tries to get file attributes.
| |
| TryGetPathByItemId |
Tries to get path to a file or folder by item ID.
| |
| TrySetAttributes |
Tries to set file attributes.
|