[go: up one dir, main page]

create_dir

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.