Click or drag to resize

PathCollectionAddPath Method

Adds the given path to the list of path. It does not fire the Changing and Change event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
protected virtual void AddPath(
	string aPath
)

Parameters

aPath
Type: SystemString
The file system path that should be added.
See Also