Leo<HTML>
Definition:
Function: String get_tmp_file();
String get_tmp_file();
The functions returns a unique name for a temporary file. No virtual nor real file of the current directory will have the returned name.
Example:
var tmp = new File( get_tmp_file(), "rw", false, false );