create_dir_all

Function create_dir_all 

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

Recursively create a directory and all of its parent components if they are missing.

ยงErrors

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