Function fs_err::tokio::create_dir_all

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

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

Wrapper for tokio::fs::create_dir_all.