Function axfs::api::create_dir_all

source ·
pub fn create_dir_all(path: &str) -> Result<()>
Expand description

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