Click or drag to resize

WindowsFileSystemItemGetPathByItemId Method

IT Hit User File System
Gets path to a file or folder by item ID.

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

Parameters

itemId
Type: SystemByte
Item ID.

Return Value

Type: String
Path to the file or folder.
See Also