Function mkdir

Source
pub fn mkdir<P>(path: P) -> Result<()>
where P: AsRef<Path>,
Expand description

Create a directory if it does not already exist

ยงArguments

  • path