Skip to main content

create_dir

Function create_dir 

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

ยงCreate the directory

use std::fs::create_dir to create the directory