Click or drag to resize

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

Return Value

Type: String
A string.
See Also