ShellListBaseItemFullPath Property |
Use to get the full path of this item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string FullPath { get; }
Public ReadOnly Property FullPath As String
Get
public:
virtual property String^ FullPath {
String^ get () sealed;
}
abstract FullPath : string with get
override FullPath : string with get
Return Value
Type:
StringThe full file system path of this item. An empty string if this item is not a file system object.
Implements
IShellItemFullPathSee Also