Function cargo_util::paths::create_dir_all
source · pub fn create_dir_all(p: impl AsRef<Path>) -> Result<()>
Expand description
Equivalent to std::fs::create_dir_all
with better error messages.
pub fn create_dir_all(p: impl AsRef<Path>) -> Result<()>
Equivalent to std::fs::create_dir_all
with better error messages.