Skip to main content

interp_tempdir

Function interp_tempdir 

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

Get the path to the interpreter’s per-session temporary directory.

@return character scalar: path to the temp directory