[TOC] [Prev] [Next] [Bottom]



<@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



[TOC] [Prev] [Next] [Bottom]



docs@pervasive.com

Copyright © 1998, Pervasive Software Inc. All rights reserved.