[][src]Function fs_err::set_permissions

pub fn set_permissions<P: AsRef<Path> + Into<PathBuf>>(
    path: P,
    perm: Permissions
) -> Result<()>

Wrapper for fs::set_permissions.