Click or drag to resize

FileListSearch Method (String)

Searches the path given in the parameter for patterns defined in the SearchOptions property.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void Search(
	string pPath
)

Parameters

pPath
Type: SystemString
The path in which to search for the pattern.
Exceptions
ExceptionCondition
ExceptionIf no valid, existing p_Path is provided.
See Also