ShellItemIdListGetFileSystemPath Method |
Gets the file system path, if this instance represents a Shell Item that defines a file system path.
Note this will call back into the Shell API, so, if this PIDL is already known to you (for example, it's one of your ShellItem's PIDL), prefer another method.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public string GetFileSystemPath()
Return Value
Type:
StringA string.
See Also