chmod and chown in D

Anders F Björklund afb at algonet.se
Wed Jun 11 11:26:22 PDT 2008


Lars Ivar Igesund wrote:

>> i am trying out gdc and the d lang. Does anyone know how to fix chmod and
>> chown c has sys/stat.h but i don't understand how i can fix chmod in d
>>
>> I want to make a chmod program in D

> With Tango, you'll find those in
> 
> tango/stdc/posix/sys/stat.d

With Phobos, they are in std.c.linux.linux for DMD
and in std.c.unix.unix for GDC (including on Linux).

--anders


More information about the D.gnu mailing list