Procedure FindNext (var f: searchRec) ;
FindNext takes as an argument a SearchRec from a previous FindNext call, or a FindFirst call, and tries to find another file which matches the criteria, specified in the FindFirst call.
If DosError is different from zero, no more files matching the criteria were found.
DosError is used to report errors.
For an example, see FindFirst.