ShellBrowser .Net Edition
AddPath Method (aPath)
NamespacesJam.ShellPathCollectionAddPath(String)
Adds the given path to the list of path. It does not fire the Changing and Change event.
Declaration Syntax
C#Visual BasicVisual C++
protected void AddPath(
	string aPath
)
Protected Sub AddPath ( _
	aPath As String _
)
protected:
void AddPath(
	String^ aPath
)
Parameters
aPath (String)
The file system path that should be added.

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