pub fn create_dir_all_with_mode(path: impl AsRef<Path>, mode: u32) -> Result<()>
Create the directory and its ancestors. The mode argument is ignored on non-UNIX systems.