create_directory(path, @optionalpermissions = 0o777)
Create a directory at path
. Permissions
must be a 12-bit-exact-integer that
controls the UNIX permissions that will be attached to the directory if it is created.
Return void
.