<@TMPFILENAME [ENCODING=encoding]>
Generates a unique temporary file name on the file system that Tango Server is currently executing on.
<@ASSIGN NAME="myfile1" VALUE="<@TMPFILENAME>">
<@ASSIGN NAME="myfile2" VALUE="<@TMPFILENAME>">
The myfile1 and myfile2 variables can now be referenced in a File action (for example, writing interim information to a temporary scratch file) and are guaranteed to be unique file names on the system running Tango Server.