FileListSearch Method (String) |
Searches the path given in the parameter for patterns defined in the
SearchOptions property.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void Search(
string pPath
)
Public Sub Search (
pPath As String
)
public:
void Search(
String^ pPath
)
member Search :
pPath : string -> unit
Parameters
- pPath
- Type: SystemString
The path in which to search for the pattern.
Exceptions Exception | Condition |
---|
Exception | If no valid, existing p_Path is provided. |
See Also