FileListSearch Method (String) |
Searches the paths 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[] pPaths
)
Public Sub Search (
pPaths As String()
)
public:
void Search(
array<String^>^ pPaths
)
member Search :
pPaths : string[] -> unit
Parameters
- pPaths
- Type: SystemString
Array of paths in which to search for the pattern.
Exceptions Exception | Condition |
---|
Exception | If any of the provided paths is not valid, or not existing. |
See Also