Function create_dir_all

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