Skip to main content

interp_sys_chmod

Function interp_sys_chmod 

Source
fn interp_sys_chmod(
    _args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Sys.chmod — change file permissions (Unix only). @namespace base