pub fn mkdir<P>(path: P) -> Result<()>where P: AsRef<Path>,
Create a directory if it does not already exist
path