Function tokio::fs::create_dir

source ·
pub fn create_dir<P>(path: P) -> CreateDirFuture<P>where
    P: AsRef<Path>,
Expand description

Creates a new, empty directory at the provided path

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