pub fn sys_mkdir(pathname: *const c_char, mode: mode_t) -> c_int
Available on crate feature fs only.
Expand description

Creates a new, empty directory at the provided path.