Siebel eScript Language Reference > C Language Library Reference > Clib File and Directory Methods >

Clib Create Temporary File Name Method


The Clib Create Temporary File Name method creates a temporary file name. This name is not the same as the name of any existing file and it is not the same as any file name that this method returns while this code runs. It returns the file name as a string in the str argument.

Format

Clib.tmpnam([str])

Table 124 describes the arguments for the Clib Create Temporary File Name method.

Table 124. Arguments for the Clib Create Temporary File Name Method
Argument
Description

str

A container that holds the name of the temporary file.

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.