Click or drag to resize

ShellUtilitiesGetFileSystemPath Method

Gets a corresponding file system path for a given PIDL.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetFileSystemPath(
	ShellItemIdList idList
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The PIDL.

Return Value

Type: String
A file system path or null if there was an error or if the PIDL doesn't correspond to a file system item.
See Also