pub fn create_dir(path: &str, mode: AccessPermission) -> Result<()>
Expand description
Creates a new, empty directory at the provided path
pub fn create_dir(path: &str, mode: AccessPermission) -> Result<()>
Creates a new, empty directory at the provided path