[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the list of found files in the specified path according to passed options.
Source position: fileutil.pas line 171
function FindAllFiles( |
const SearchPath: String; |
SearchMask: String = ''''''; |
SearchSubDirs: Boolean = true |
):TStringList; |
SearchPath |
|
Base path for searching files. |
SearchMask |
|
Mask which file should match. |
SearchSubDirs |
|
If search recursively sub directories. |
List of found files.
lazarus-ccr.sourceforge.net |