Click or drag to resize

ShellTreeNodeFullPath Property

Use to get the full path of this item.

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

Return Value

Type: 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