Click or drag to resize

PathCollectionAdd(String) Method

Adds the given path to the list of path.

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

Parameters

item  String
The file system path that should be added.

Implements

ICollectionTAdd(T)
See Also