Date: Mon, 12 Aug 1996 15:14:17 +0200 (IST) From: Eli Zaretskii To: derithen AT wport DOT com Cc: djgpp AT delorie DOT com Subject: Re: scandir alternative? In-Reply-To: <320C2C4A.214D@wport.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 10 Aug 1996 derithen AT wport DOT com wrote: > I have several different programs that use the scandir function which > DJGPP doesn't seem to have. Is there any replacement that does pretty > much the same thing? Use `opendir' to begin search and `readdir' to read the directory entries one by one.