Path to the temporary location you wish to use.
If not mentioned, [os.tmpdir()](https://nodejs.org/api/os.html#os_os_tmpdir)
will be used.
Pattern used for generating the file name. If "*" is present in the given pattern, it will be replaced wotj the unique token value; otherwise the unique token value will be added to the end of the pattern name.
Generated using TypeDoc
Options used by
tempFile
call, see description of the method.