Click or drag to resize

ShellItemIdListGetPath Method

Gets the 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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetPath()

Return Value

Type: String
A string.
See Also