Function libax::fs::create_dir

source ·
pub fn create_dir(path: &str) -> Result<(), AxError>
Available on crate feature fs only.
Expand description

Creates a new, empty directory at the provided path.