os.Path.makeTempName

Generates a temporary file name.

Syntax

os.Path.makeTempName()
  RETURNING result STRING

Usage

This method creates a new temporary file path, with the unique file name, in the temporary directory of the process.

The temporary directory is found according to the type of platform, see DBTEMP environment variable for more details.

Note: If a file is created with the given path, it must be deleted explicitely.