[][src]Function fs_err::create_dir

pub fn create_dir<P>(path: P) -> Result<()> where
    P: AsRef<Path> + Into<PathBuf>, 

Wrapper for fs::create_dir.