<@TMPFILENAME>
Syntax
<@TMPFILENAME [ENCODING=encoding]>
Description
Generates a unique temporary file name on
the file system that Tango Server is currently executing on.
Example
<@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.
See Also
Encoding
Attribute
|