Click or drag to resize

DriveListAdd Method (String)

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

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

Parameters

pPath
Type: SystemString
The path to add to the DriveList

Return Value

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