pub fn create_dir(path: impl AsRef<Path>) -> Result<()>
Create the directory and ignore failures when a directory of the same name already exists.