Path: utzoo!utgpu!watserv1!watmath!att!rutgers!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!news From: elric%FSU@pucc.princeton.edu (Commodore 128 User) Newsgroups: comp.lang.pascal Subject: Findfirst Message-ID: <23854@adm.BRL.MIL> Date: 10 Jul 90 22:11:44 GMT Sender: news@adm.BRL.MIL Lines: 6 In regards to the guy who was having the "no more files" error, maybe it is obvious - maybe there are no more files. Also, in the findfirst and findnext commands did you search for 'anyfile'? This could give you problems since it also gives you subdirectory names as I discovered the hard way. You need to have it search for 'archive' type files. Those are the actual files, not the subdirectory names. Hope that helps.