Click or drag to resize

ShellTreeNodeFullPath Property

Use to get the full path of this item.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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