devela::_dep::rustix::fs

Function mkdirat

pub fn mkdirat<P, Fd>(dirfd: Fd, path: P, mode: Mode) -> Result<(), Errno> 
where P: Arg, Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

mkdirat(fd, path, mode)—Creates a directory.

§References