Function fs_err::create_dir

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

Creates a new, empty directory at the provided path.

Wrapper for fs::create_dir.