Originally Posted By: tfabris
I wonder if it actually create a physical temp file, and if the temp file automatically gets cleaned up by the operating system.


It might do. On Unixes (unlike Windows), you can delete (unlink) a file that's in use, so if you unlink the file immediately after opening it, it will be deleted when the process exits.
_________________________
-- roger