run_make_support::fs

Function set_permissions

source
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.