create_dir

Function create_dir 

pub async fn create_dir(path: impl AsRef<Path>) -> Result<(), Error>
Available on crate feature fs only.
Expand description

Creates a new, empty directory at the provided path.