fs_err

Function 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.