Click or drag to resize

DriveListAdd(String) Method

Adds the specified path if it is not already included in the list.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public override DriveListItem Add(
	string pPath
)

Parameters

pPath  String
The path to add to the DriveList

Return Value

DriveListItem
The DriveListItem that was added or the duplicate already contained in the list.
See Also