[][src]Function tokio::fs::create_dir

pub async fn create_dir(path: impl AsRef<Path>) -> Result<()>
This is supported on feature="fs" only.

Creates a new, empty directory at the provided path

This is an async version of std::fs::create_dir