[go: up one dir, main page]

create_dir

Function create_dir 

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

Creates a new, empty directory at the provided path.

Wrapper for tokio::fs::create_dir.