a5_get_tempfile_name Function
Syntax
C a5_get_tempfile_name()
Returns
- resultCharacter
Returns the fully qualified temporary filename with the .tmp extension.
Description
Returns a unique temporary filename with a .tmp file extension. User is responsible for removing file when it is no longer needed.
Example
? a5_get_tempfile_name() = "C:\Users\username\AppData\Local\Temp\AlphaAnywhere\p_3960\$$rad9BB1D.tmp"
See Also