Skip to main content

create_dir

Function create_dir 

Source
fn create_dir(dir: &Path) -> Result<()>
Expand description

mkdir asked for 0700. The mode applies to every directory this creates, parents included, and to none that already exist.