Sender: nate AT cartsys DOT com Message-ID: <369BAC1F.8BF32422@cartsys.com> Date: Tue, 12 Jan 1999 12:10:07 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.36 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: finding directiries with djgpp References: <369a2919 DOT 479044 AT news DOT btx DOT dtag DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Omar Hawk wrote: > > hello there, > > i would like to write a program that recursively "walks" through a > directory structure. however i want this program to be compiled under > both M$ and linux OS. my questions are: You know about `opendir' and friends. Also, there is a function `ftw' which may do even more of your work for you. -- Nate Eldredge nate AT cartsys DOT com