Date: Thu, 13 Apr 2000 22:36:55 +0500 Message-Id: <200004131736.WAA01916@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <38F5CA5F.BF66424B@softone.com.br> (message from Gabriel Ortiz Lour on Thu, 13 Apr 2000 10:23:44 -0300) Subject: Re: directory structure. References: <38F5CA5F DOT BF66424B AT softone DOT com DOT br> 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 > What is a good method for searching for files in a given > directory and for the directories in the root? Any sources or tutorials > would help. See the opendir and readdir functions in the libc documentation. Those are what you need. "info libc alpha".