Xbasic
A5_TempFileListFileName Function
Syntax
TempFileList as C = a5_tempfilelistfilename()
Arguments
- TempFileList
The name of the file that contains the temp file list.
Description
The A5_TempFileListFileName() function returns the name of the file that contains the temp file list.
Example
? a5_tempfilelistfilename() = "C:\DOCUME~1\ELARRA~1\LOCALS~1\Temp\$$A5_TEMPFILES.TXT"
See Also