pub fn create_dir_all(path: &Path) -> Result<()>
Create a directory and any missing parent directories.
On error, the returned diagnostic includes the failing path.