Returns the full path to a temporary file name.
Syntax: |
---|
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 code | |
---|---|
var fileName = DlxApp.GetTempFile();
DlxApp.Printf(fileName)
|