Returns the full path to a temporary file name.

syntaxSyntax:
DlxApp.GetTempFile()

Return Value

Returns the full path to a temporary file name.

Remarks

All temporary files are automatically deleted when the application is closed.

Example

  Copy codeCopy code
var fileName = DlxApp.GetTempFile();
DlxApp.Printf(fileName)

See also