[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 169

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.

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads