BaseShellItemFullPath Property |
Return the full path within the filesystem.
This may be empty, if the item has no filesystem path.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
StringImplements
IShellItemFullPath
See Also