pub fn create_dir_all<P>(path: P) -> Result<()>where P: AsRef<Path>,
Recursively create a directory and all of its parent components if they are missing.
Wrapper for std::fs::create_dir_all.
std::fs::create_dir_all