Skip to main content

create_dir_all_with_mode

Function create_dir_all_with_mode 

Source
pub fn create_dir_all_with_mode(path: impl AsRef<Path>, mode: u32) -> Result<()>
Expand description

Create the directory and its ancestors. The mode argument is ignored on non-UNIX systems.