pac@cathedral.cerc.wvu.wvnet.edu (Michael A. Packer) (08/13/90)
I am sure that there has to be one of these out there but I
just don't know where to look.
What I am looking for is a C routine that I can pass either
a filename or some wildcard representation to and it will return
some kind of list (any kind will work) of all filenames that match
it..
list = find_files("*.txt");
which returns some kind of list of all files in the current directory
that match *.txt
anyone know where to find this?
thanks a lot
pac
pac@cerc.wvu.wvnet.edu
--
USMAIL: Drawer 2000, Concurrent Eng. Res. Center, WVU, Morgantown, WV 26506
PHONE: 304 293-7226
INTERNET : pac@cerc.wvu.wvnet.edupac@babcock.cerc.wvu.wvnet.edu (Michael A. Packer) (08/13/90)
From article <678@babcock.cerc.wvu.wvnet.edu>, by pac@cathedral.cerc.wvu.wvnet.edu (Michael A. Packer): > > I am sure that there has to be one of these out there but I > just don't know where to look. Thanks to everyone that sent mail.....I have got what I am looking for now... pac -- USMAIL: Drawer 2000, Concurrent Eng. Res. Center, WVU, Morgantown, WV 26506 PHONE: 304 293-7226 INTERNET : pac@cerc.wvu.wvnet.edu