[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiUtils' (#tiopf)

tiFilesToStringList

Copy file names starting at AStartDir to the StringList ADirList

Declaration

Source position: tiUtils.pas line 219

procedure tiFilesToStringList(

  const AStartDir: string;

  const AWildCard: string;

  const AResults: TStringList;

  const ARecurse: Boolean

);

Description

Copy file names starting at AStartDir to the StringList ADirList. Copy all the files, from the directory AStartDir, matching the wildcard AWildCard to the stringList AResult


Documentation generated on: 2017-08-16