Function parity_path::restrict_permissions_owner
source · [−]pub fn restrict_permissions_owner(
file_path: &Path,
write: bool,
executable: bool
) -> Result<(), String>
Expand description
Restricts the permissions of given path only to the owner.