Function cpp_to_rust_common::file_utils::create_dir_all [] [src]

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

A wrapper over std::fs::create_dir_all with better error reporting