Click or drag to resize

ShellListBaseItemFullPath Property

Use to get the full path of this item.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public string FullPath { get; }

Return Value

String
The full file system path of this item. An empty string if this item is not a file system object.

Implements

IShellItemFullPath
See Also