Click or drag to resize

WindowsFileSystemItemGetUsnByPathAsync Method

IT Hit User File System
Gets file or folder USN by path.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public static Task<long> GetUsnByPathAsync(
	string path
)

Parameters

path
Type: SystemString
File or folder path.

Return Value

Type: TaskInt64
File or folder USN.
See Also