rustix::fs

Function mkdir

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

mkdir(path, mode)—Creates a directory.

§References