try_create_dir

Function try_create_dir 

Source
pub fn try_create_dir(path: &str) -> Result<(), FileError>
Expand description

It’s like create_dir but does not raise an error if path already exists