FileSystem.mkdir

Create a directory.

Note that the mode argument may not have the type specification bits set, i.e. S_ISDIR(mode) can be false. To obtain the correct directory type bits use mode|S_IFDIR

class FileSystem
@null
void
mkdir
(
string path
,
mode_t mode
)

Meta