NTPCreateTempFile ( <Extension> ) -> <FileName>
Description
This function creates a temporary file name (temporary file) on the hard drive. This function can be used when exporting report pages (NTPExportReport) as graphics files. If no file extension is set, .TMP is used as extension.
Note: A file created by calling this function is not removed by NotesToPaper!
Declaration for Lotus Script
Declare Function NTPCreateTempFile Lib "NTP.DLL" ( ByVal Extension As String ) As String
Parameter
<Extension> (STRING)
Extension for the temporary file.
Return value
<FileName> (STRING)
File name of the temporary file, incl. File name.