Newsgroups: comp.os.msdos.djgpp From: Waterlander E Subject: Re: Portable way to examine a directory? Sender: news AT natlab DOT research DOT philips DOT com (USEnet Subsystem) Message-ID: In-Reply-To: <6PhjzCA3Nfq1Ewqw@lwithers.demon.co.uk> Date: Wed, 15 Jul 1998 11:30:38 GMT Content-Type: TEXT/PLAIN; charset=US-ASCII References: <6PhjzCA3Nfq1Ewqw AT lwithers DOT demon DOT co DOT uk> Mime-Version: 1.0 Organization: Philips Research Laboratories Eindhoven, Netherlands Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 13 Jul 1998, Laurence Withers wrote: > --- Original message --- > Subject: Portable way to examine a directory? > Time: Sun, 12 Jul 1998, 19:40:47 > Author: Eli Zaretskii > > > 2) Use library functions `opendir' and `readdir' to read all the > >file names in a directory, then pass them to `fnmatch' to see whether the > >file name matches the wildcard. These functions are also Posix, but > >`opendir' and `readdir' are usually available on DOS compilers also. > > OK, so I'm now using opendir() and readdir() successfully, as well as > fnmatch(). But is fnmatch() going to be included in DOS and Linux > compilers? > > Thanks for your help. Bye for now, Take a look at dosdir. A portable directory interface. Download from http://www.xs4all.nl/~waterlan/ Erwin Waterlander