Function tokio_fs::create_dir
[−]
[src]
pub fn create_dir<P: AsRef<Path>>(path: P) -> CreateDirFuture<P>
Creates a new, empty directory at the provided path
This is an async version of std::fs::create_dir