Date: Fri, 01 Jun 2001 14:04:25 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Daniel Taupin Message-Id: <2593-Fri01Jun2001140424+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3B17629C.B7A62B67@lps.u-psud.fr> (message from Daniel Taupin on Fri, 01 Jun 2001 11:38:36 +0200) Subject: Re: Changing file protections References: <3B17629C DOT B7A62B67 AT lps DOT u-psud DOT fr> 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 > Date: Fri, 01 Jun 2001 11:38:36 +0200 > From: Daniel Taupin > > If there is none, is there a C routine/subroutine abel to chenge these > specific Windows/DOS attributes? Sorry, I didn't realize you were asking about a C function. The DJGPP library function `_chmod' supports all DOS attributes, including those you mentioned (read-only, hidden, and system).