Date: Fri, 07 Sep 2001 22:52:55 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Vince D McCarthy Message-Id: <3028-Fri07Sep2001225254+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <20010907.120809.6726.4.vmccar@juno.com> (message from Vince D McCarthy on Fri, 7 Sep 2001 12:07:43 -0700) Subject: Re: Help with directories References: <20010907 DOT 120809 DOT 6726 DOT 4 DOT vmccar AT juno DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 7 Sep 2001 12:07:43 -0700 > From: Vince D McCarthy > > I would appreciate any help on a project I have been working on. I > am trying to find a command to check a directory for only one type > of extension i.e@ *.exe. I would like to use a wild card for just > .exe extensions instead of every file in the directory. I have used > dirent.h and dir.h, but they don't have what I need. You want the library function `glob', I think.