Previous Topic

Next Topic

TempFileName - MaxBasic Function

TempFileName[(Extension: String)]: String

Temp File Name function returns the name of a new temporary file with the extension specified. If no extension is provided the default TMP extension is used. The temporary file is created in the standard windows temporary file directory. The temporary file should be deleted.

TempFileName function syntax has these named arguments:

Parameter

Description

Extension

Optional. The three character temporary file extension for the temporary file. Defaults to TMP.

See Also

Environment Functions

Book Contents

Book Index