Next: database binconv, Up: Persistence
Return an input/output port to a unique temporary file named using the path prefix
P_tmpdirdefined in stdio.h. The file is automatically deleted when the port is closed or the program terminates.The name of the temporary file associated with the returned port is not available to Scheme programs;
(port-filename (tmpfile))always returns the symboltmpfile.