The os.Path class / os.Path methods |
Generates a temporary file name.
os.Path.makeTempName() RETURNING result STRING
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.