pub fn create_dir<P>(path: P) -> Result<(), Error>where P: AsRef<Path>,
use std::fs::create_dir to create the directory