Function create_dir

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