in reply to Re: Creating a file in temp folder
in thread Creating a file in temp folder
or to get simple on it, make the file name Data.$$.txt and have the program print to STDERR "writing to Data.$$.txt" or some such message.
$$ is the PID for the program, random enough in this case.
|
|---|