Internal
Options used when creating files and directories. This weird naming and such is to preserve backward compatibility.
[BREAKING] Move the mode parameter of createFile and mkdir into this
mode
createFile
mkdir
The gid to create the file. This is ignored if the FS supports setgid and the setgid bit is set
Optional
The mode to create the file with.
The uid to create the file. This is ignored if the FS supports setuid and the setuid bit is set
Options used when creating files and directories. This weird naming and such is to preserve backward compatibility.
Todo
[BREAKING] Move the
mode
parameter ofcreateFile
andmkdir
into this