Function fs_err::tokio::create_dir

source ยท
pub async fn create_dir(path: impl AsRef<Path>) -> Result<()>
Expand description

Creates a new, empty directory at the provided path.

Wrapper for tokio::fs::create_dir.