Xref: news2.mv.net comp.os.msdos.djgpp:3006 From: Marcelo Cantos Newsgroups: comp.os.msdos.djgpp Subject: Re: findfirst/findnext Date: Mon, 22 Apr 1996 22:19:51 +1100 Organization: (private) Lines: 3 Message-ID: <317B6B57.48A7@ocean.com.au> References: NNTP-Posting-Host: 203.12.234.172 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Orlando Andico wrote: > Isn't there a Unix system call similar to findfirst/findnext?I believe opendir/closedir is the pair you are looking for. They are not only Unix but ANSI C.