Check following variables:
- The environment variable
TMPDIR
- The value of the
P_tmpdir
macro
If all fails try to use the directory /tmp
.
You can also use tempnam
function to generate a unique temporary file name.
Check following variables:
TMPDIR
P_tmpdir
macroIf all fails try to use the directory /tmp
.
You can also use tempnam
function to generate a unique temporary file name.