InitializeFileName Method
Object List
Defined By: TempTextFile
Description:
Generates a file name for the temporary file.
Usage:
Sub InitializeFileName(name As String)
Details:
This routine generates a file name for the temporary file. If name is not
blank, it is used for the file name. If it is blank, a unique filename is generated
using the Prefix property for the beginning of the file name. If Prefix is blank, then “tmp” is used. The file name will also contain a directory, which is generated by
using the TEMP environment variable. You should not need to call this method.