Peter Kümmel wrote: > msvc only supports S_IWRITE/READ, seems it is better to disable it. > Are there reasons not to disable it on Windows?
Since we basically want to make files and directories readonly you could also map the mode arguments to S_IWRITE/READ. The same holds for directory creation. We should also replace the passing of mode arguments as unsigned int with something more expressive in the future. Georg
