An NDoc Documented Class Library

FileSearchEngine.Search Method (String, String, String, SearchType)

public void Search(
   string strDir,
   string strExts,
   string strExpr,
   SearchType st
);

Parameters

strDir
A string containing the full path of the initial search directory
strExts
A string specifying the file filter. See WildCard
strExpr
A string specifying the text or expression to search for
st
A SearchType containing the search option flags

See Also

FileSearchEngine Class | FileSearchEngine Members | Genghis Namespace | FileSearchEngine.Search Overload List