Mariano Hevia wrote: > I have to read the list of files from a directory. Specifically, I need to > know the list of files that end with .HEADER. What function can I use to > read that list? > > Mariano
opendir(), readdir(), closedir() are as close to Standard as you'll get (IIRC, these are POSIX functions). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
