pub fn create_dir_all<F>(fs: &F, path: impl AsRef<Path>) -> Result<(), FsError>where
F: FileSystem + ?Sized,Expand description
Make sure a directory (and all its parents) exist.
This is analogous to std::fs::create_dir_all().
pub fn create_dir_all<F>(fs: &F, path: impl AsRef<Path>) -> Result<(), FsError>where
F: FileSystem + ?Sized,Make sure a directory (and all its parents) exist.
This is analogous to std::fs::create_dir_all().