BaseShellItemFullPath Property |
Return the full path within the filesystem.
This may be empty, if the item has no filesystem path.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual string FullPath { get; }
Public Overridable ReadOnly Property FullPath As String
Get
public:
virtual property String^ FullPath {
String^ get ();
}
abstract FullPath : string with get
override FullPath : string with get
Property Value
Type:
StringImplements
IShellItemFullPathSee Also