Skip to main content

create_dir_all

Function create_dir_all 

Source
pub fn create_dir_all(path: &Path) -> Result<()>
Expand description

Create a directory and any missing parent directories.

On error, the returned diagnostic includes the failing path.