Check following variables:
- The environment variable
TMPDIR - The value of the
P_tmpdirmacro
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:
TMPDIRP_tmpdir macroIf all fails try to use the directory /tmp.
You can also use tempnam function to generate a unique temporary file name.