pub fn set_permissions<P: AsRef<Path>>(path: P, perm: Permissions)Expand description
A wrapper around std::fs::set_permissions which includes the file path in the panic message.
pub fn set_permissions<P: AsRef<Path>>(path: P, perm: Permissions)A wrapper around std::fs::set_permissions which includes the file path in the panic message.