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

attempts to create a directory named pathname under directory pointed by fd

TODO: currently fd is not used