Click or drag to resize

WindowsFileSystemItemTryGetPathByItemId Method

IT Hit User File System
Tries to get 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.26791.0-Beta2
Syntax
public static bool TryGetPathByItemId(
	byte[] itemId,
	out string path
)

Parameters

itemId
Type: SystemByte
Item ID.
path
Type: SystemString
Item path.

Return Value

Type: Boolean
True if the method succeeds, false - otherwise.
See Also