Click or drag to resize

WindowsFileSystemItemGetItemIdByPath Method

IT Hit User File System
Gets file or folder ID, unique withing the NTFS file system by path.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public static byte[] GetItemIdByPath(
	string path
)

Parameters

path
Type: SystemString
File or folder path.

Return Value

Type: Byte
Item ID.
Remarks
Requires Windows 8 and Windows Server 2012 or later versions.
See Also