From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 780 invoked by alias); 22 Jul 2002 13:32:37 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 765 invoked from network); 22 Jul 2002 13:32:36 -0000 Received: from unknown (HELO pali.cps.cmich.edu) (141.209.131.81) by sources.redhat.com with SMTP; 22 Jul 2002 13:32:36 -0000 Received: from localhost (ishwar@localhost) by pali.cps.cmich.edu (8.11.6/8.11.6) with ESMTP id g6M9cGB17624 for ; Mon, 22 Jul 2002 05:38:16 -0400 Date: Mon, 22 Jul 2002 06:32:00 -0000 From: Ish Rattan To: gcc gnu Subject: Re: directories for newbies In-Reply-To: <3D3B5B72.B0CCF29B@3rdplanetsoftware.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-07/txt/msg00222.txt.bz2 On Sun, 21 Jul 2002, danny wrote: > Hey Kayvan, > > That helped too. Now I need a function that will let me determine the attributes of a > file. Specifically, I wanna know if a file is a directory or not. In the dos world > there was a program called dos_atrib. U got one like that for linux? All this is domain of the undelying OS (Linux) and has nothing to do with gcc.. -ishwar