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.3.27213.0
Syntax public static string GetPathByItemId(
byte[] itemId
)
Public Shared Function GetPathByItemId (
itemId As Byte()
) As String
public:
static String^ GetPathByItemId(
array<unsigned char>^ itemId
)
static member GetPathByItemId :
itemId : byte[] -> string
Parameters
- itemId
- Type: SystemByte
Item ID.
Return Value
Type:
StringPath to the file or folder.
See Also