Message-Id: <3.0.6.32.19990726224257.00837100@dce03.ipt.br> X-Sender: csrabak AT dce03 DOT ipt DOT br X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 26 Jul 1999 22:42:57 -0300 To: djgpp AT delorie DOT com From: "Cesar S. Rabak" Subject: Re: Linux Directory Tree Browsing In-Reply-To: <99072611193301.00753@Sparky.calderathin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk At 11:06 26/07/99 -0600, you wrote: >This is a bit off topic, but.... >Is there a way with the GCC compiler under linux to 'browse' the directory tree? If "compiler" you mean to write a program that does that, see the opendir and readdir functions, which BTW are also available in the DJGPP implementation of libc. HTH Cesar