|
path is a legal path name to the folder in which you wish to search for pattern.
level is a number indicating the level to which you which to search inside the folder, or the special Frontier constant infinity.
1, search only files found in the folder
2, search the folder and its sub-folders
3, search sub-folders inside sub-folders
infinity, search files at all levels in folder
pattern is a string of characters for which you wish to search in all of the files contained in the folder at path and in as many levels of sub-folders as indicated in level.
|