D.gnu - chmod and chown in D
- J3nkl3r (6/6) Jun 11 2008 Hi all
- Lars Ivar Igesund (8/16) Jun 11 2008 With Tango, you'll find those in
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (4/11) Jun 11 2008 With Phobos, they are in std.c.linux.linux for DMD
Hi all 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 regards /J3nkl3r
Jun 11 2008
J3nkl3r wrote:Hi all 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 regards /J3nkl3rWith Tango, you'll find those in tango/stdc/posix/sys/stat.d -- Lars Ivar Igesund blog at http://larsivi.net DSource, #d.tango & #D: larsivi Dancing the Tango
Jun 11 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 DWith Tango, you'll find those in tango/stdc/posix/sys/stat.dWith Phobos, they are in std.c.linux.linux for DMD and in std.c.unix.unix for GDC (including on Linux). --anders
Jun 11 2008