Function tokio_fs::create_dir_all

source ·
pub fn create_dir_all<P: AsRef<Path>>(path: P) -> CreateDirAllFuture<P>
Expand description

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