Click or drag to resize

ShellUtilitiesGetPath Method

Gets the path of a PIDL.

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

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The PIDL.

Return Value

Type: String
A path or null if the path cannot be determined.
See Also