Function create_dir_all

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

Wrapper for fs::create_dir_all.