ensure_parent_dir

Function ensure_parent_dir 

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

Ensures the parent directory for the provided path exists, creating it if necessary.