devela::_dep::rustix::fs

Function mkdir

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

mkdir(path, mode)—Creates a directory.

§References