create_dir

Function create_dir 

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

Creates a new, empty directory at the provided path

ยงErrors

May return any of the same errors as std::fs::create_dir