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.2
Syntax
protected virtual void AddPath(
	string aPath
)

Parameters

aPath  String
The file system path that should be added.
See Also