[][src]Function unix::file::chmod_at

pub fn chmod_at(
    opt_dir: Option<&File>,
    path: &Str,
    mode: Mode,
    at_flags: AtFlags
) -> Result<(), Error>

Change the mode of the file at path.