Function try_create_dir

Source
fn try_create_dir<P>(path: P) -> Result<bool>
where P: AsRef<Path>,
Expand description

Try to create a dir.

Returns false if the dir already exists.