axstd::fs

Function create_dir_all

Source
pub fn create_dir_all(path: &str) -> Result<()>
Available on crate feature fs only.
Expand description

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