ShellBrowser .Net Edition
Path Property
NamespacesJam.ShellDriveListItemPath
Get or set the drive-path of the item, the value needs to be a real drive, otherwise an exception is thrown
Declaration Syntax
C#Visual BasicVisual C++
public override string Path { get; set; }
Public Overrides Property Path As String
public:
virtual property String^ Path {
	String^ get () override;
	void set (String^ value) override;
}
Exceptions
ExceptionCondition
ArgumentExceptionIf the path is not pointing to a drive

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)