Function fs_err::create_dir_all[][src]

pub fn create_dir_all<P>(path: P) -> Result<()> where
    P: AsRef<Path>, 

Wrapper for fs::create_dir_all.