pub fn set_permissions<P: AsRef<Path>>(path: P, perm: Permissions) -> Result<()>Expand description
Wrapper for fs::set_permissions.
pub fn set_permissions<P: AsRef<Path>>(path: P, perm: Permissions) -> Result<()>Wrapper for fs::set_permissions.