chmod and chown in D

Jacob Carlborg doobnet at gmail.com
Wed Jun 11 04:00:47 PDT 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
> /J3nkl3r

The alternative community developed runtime library Tango has a module 
for sys/stat.h.

http://www.dsource.org/projects/tango/docs/current/tango.stdc.posix.sys.stat.html
http://www.dsource.org/projects/tango/wiki/Download


More information about the Digitalmars-d-learn mailing list