ShellUtilitiesGetFileSystemPath Method |
Gets a corresponding file system path for a given PIDL.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetFileSystemPath(
ShellItemIdList idList
)
Parameters
- idList
- Type: ShellBoost.CoreShellItemIdList
The PIDL.
Return Value
Type:
StringA file system path or null if there was an error or if the PIDL doesn't correspond to a file system item.
See Also