Skip to main content

interp_setwd

Function interp_setwd 

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

Set the interpreter’s working directory.

@param dir character scalar: path to the new working directory @return character scalar: the previous working directory