Skip to main content

create_dir_owner_only

Function create_dir_owner_only 

Source
pub fn create_dir_owner_only(path: &Path) -> Result<()>
Expand description

Create a directory (and parents) with owner-only permissions (0o700) on Unix.