[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Dos' (#rtl)

FindNext

Find next matching file after FindFirst

Declaration

Source position: dosh.inc line 110

procedure FindNext(

  var f: SearchRec

);

Description

FindNexttakes as an argument a SearchRecfrom a previous FindNextcall, or a FindFirstcall, and tries to find another file which matches the criteria, specified in the FindFirstcall. If DosErroris different from zero, no more files matching the criteria were found.

For an example, see FindFirst.

Errors

DosErroris used to report errors.

See also

FindFirst

  

Start search for one or more files.

FindClose

  

Dispose resources allocated by a FindFirst/FindNextsequence.