pub fn create_dir<P>(path: P) -> Result<()>where P: AsRef<Path>,
Creates a new, empty directory at the provided path.
Wrapper for std::fs::create_dir.
std::fs::create_dir