Function fs_err::tokio::create_dir_all

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

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

Wrapper for tokio::fs::create_dir_all.