Mail Archives: djgpp/2001/10/21/15:23:40
> >
> > I haven't found S_I* symbol for 'hidden' and 'system'
> > -attributes.
>
> They aren't there: `chmod' is a Posix function, and Posix
> doesn't know anything about DOS/Windows-specific
> attributes.
>
> > Is there any standard (or any common) function or way in
> > C to set these -file attributes? I've found _chmod() in
> > djgpp, but is there a more common function for this?
I used CALL SYSTEM('ATTRIB +H FILE.EXT')
in FORTRAN. May be an equivalent works in C.
Ing. Orlando P. Hevia
heviaop AT ciudad DOT com DOT ar
Santa Fe-Argentina
- Raw text -