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])
The following table describes the arguments for the Clib Create Temporary File Name method.
Argument | Description |
---|---|
str |
A container that holds the name of the temporary file. |