std.os.chmod
std.os.fcntl
Better yet, use the higher level cross platform abstractions. For example instead of fork/join,
std.Thread.create
std.Thread.wait
These will work in Windows as well as POSIX.
std.os.chmod
std.os.fcntl
Better yet, use the higher level cross platform abstractions. For example instead of fork/join,
std.Thread.create
std.Thread.wait
These will work in Windows as well as POSIX.