Temporarily set options then restore them while running code
.rxWithWd(wd, code)
wd
: working directory to temporarily set the system to while evaluating the codecode
: The code to run during the sinkvalue of code
.rxWithWd(tempdir(), { getwd() }) getwd()
Useful links