ShellListBaseItemFullPath Property |
Use to get the full path of this item.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
StringThe full file system path of this item. An empty string if this item is not a file system object.
Implements
IShellItemFullPath
See Also