Click or drag to resize

PathSelectionListAddAllExclude Method

Adds all folders of a given path except the folder passed in p_ExcludeFolder.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected string AddAllExclude(
	string p_Path,
	string p_ExcludeFolder
)

Parameters

p_Path  String
Contains the parent folder.
p_ExcludeFolder  String
Contains the path which should be excluded from selection.

Return Value

String
p_Path without the excluded folder
See Also