|
Siebel eScript Language Reference > Siebel eScript Commands > File I/O Methods in eScript >
Clib.tmpnam() Method
This method creates a string that has a valid file name and is unique among existing files and among filenames returned by this function. Syntax
Clib.tmpnam([str])
|
|
str |
A variable to hold the name of a temporary file |
Returns
String - a valid and unique filename Usage
This method creates a string that has a valid file name. This string is not the same as the name of any existing file, nor the same as any filename returned by this function during execution of this program. If str is supplied, it is set to the string returned by this function.
|