[Overview][Constants][Types][Procedures and functions][Variables] |
Find next matching file after FindFirst
Source position: dosh.inc line 110
procedure FindNext( |
var f: SearchRec |
); |
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.
DosErroris used to report errors.
|
Start search for one or more files. |
|
|
Dispose resources allocated by a FindFirst/FindNextsequence. |