Function fs_err::create_dir

source ·
pub fn create_dir<P>(path: P) -> Result<()>
where P: AsRef<Path>,
Expand description

Wrapper for fs::create_dir.