The srfi document seems that the parameter temp-file-prefix can be used to specify your temporary directory, e.g.:(parameterize ((temp-file-prefix "/my-temp-prefix"))...)But the reference implementation looks like it generates its own prefix regardless of the value given to the parameter. Is it the intention?