pub fn create_dir<P: AsRef<Path>>(path: P) -> Result<()>
Creates a new, empty directory at the provided path
May return any of the same errors as std::fs::create_dir
std::fs::create_dir