Function ensure_dir

Source
pub fn ensure_dir<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

Create directories recursively with proper error handling