ensure_dir_exists

Function ensure_dir_exists 

Source
pub fn ensure_dir_exists<P>(path: P) -> Result<(), ScribeError>
where P: AsRef<Path>,
Expand description

Ensure directory exists, creating if necessary