Searches for files and directories that match the specified search pattern, if specified, in the
directoryPath.
Search(String, Boolean, SearchConditionFileTypes, FileFoundDelegate) | Searches for files and directories that match the specified search pattern, if specified, in the directoryPath. |
Search(String, Boolean, SearchConditionFileTypes, SearchCondition, FileFoundDelegate) | Searches for files and directories that match the specified search conditions. |
Search(String, Boolean, SearchConditionFileTypes) | Searches for files and directories that match the specified search pattern, if specified, in the directoryPath. |
Search(String, Boolean, SearchConditionFileTypes, SearchCondition) | Searches for files and directories that match the specified search conditions. |
Top