Click or drag to resize

PathCollectionAdd Method (String)

Adds the given path to the list of path.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public void Add(
	string item
)

Parameters

item
Type: SystemString
The file system path that should be added.

Implements

ICollectionTAdd(T)
See Also