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.3.27213.0
Syntax public static byte[] GetItemIdByPath(
string path
)
Public Shared Function GetItemIdByPath (
path As String
) As Byte()
public:
static array<unsigned char>^ GetItemIdByPath(
String^ path
)
static member GetItemIdByPath :
path : string -> byte[]
Parameters
- path
- Type: SystemString
File or folder path.
Return Value
Type:
ByteItem ID.
Remarks Requires Windows 8 and Windows Server 2012 or later versions.
See Also