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.3.27213.0
Syntax public static Task<long> GetUsnByPathAsync(
string path
)
Public Shared Function GetUsnByPathAsync (
path As String
) As Task(Of Long)
public:
static Task<long long>^ GetUsnByPathAsync(
String^ path
)
static member GetUsnByPathAsync :
path : string -> Task<int64>
Parameters
- path
- Type: SystemString
File or folder path.
Return Value
Type:
TaskInt64File or folder USN.
See Also