ensure_dir

Function ensure_dir 

Source
pub fn ensure_dir(dir: &Path) -> Result<(), String>
Expand description

Ensure a directory exists with the given permissions.