[][src]Function tokio::fs::create_dir_all

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

Recursively create a directory and all of its parent components if they are missing.

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