ShellUtilitiesGetPath Method |
Gets the path of a PIDL.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetPath(
ShellItemIdList idList
)
Parameters
- idList
- Type: ShellBoost.CoreShellItemIdList
The PIDL.
Return Value
Type:
StringA path or null if the path cannot be determined.
See Also