Skip to main content

fchmodat

Function fchmodat 

Source
pub fn fchmodat(
    dir: impl AsFd,
    path: &ZStr,
    mode: Mode,
    flags: i32,
) -> Maybe<()>