Function fs_err::create_dir_all
source ยท pub fn create_dir_all<P>(path: P) -> Result<()>
Expand description
Recursively create a directory and all of its parent components if they are missing.
Wrapper for fs::create_dir_all
.
pub fn create_dir_all<P>(path: P) -> Result<()>
Recursively create a directory and all of its parent components if they are missing.
Wrapper for fs::create_dir_all
.