io_dir_create [function]
io_dir_create( string path, int mode = 0o777 )
attempts to create a directory at the specified path, with the specified access mode mode
, returns bool/sets errno
mode
is ignored on Windows- uses the C library function mkdir/_mkdir