[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lcl)

FindAllFiles

Returns the list of found files in the specified path according to passed options.

Declaration

Source position: fileutil.pas line 170

function FindAllFiles(

  const SearchPath: String;

  SearchMask: String = '';

  SearchSubDirs: Boolean = true

):TStringList;

Arguments

SearchPath

  

Base path for searching files.

SearchMask

  

Mask which file should match.

SearchSubDirs

  

If search recursively sub directories.

Function result

List of found files.