create_directory


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.

Also see:

delete_directory
list_directory


Core Module Index | Contents