getTempFile
Last updated
Was this helpful?
Creates a temporary file in the specified directory with the specified prefix and suffix if passed.
getTempFile(directory=[string], prefix=[string], suffix=[string])directory
string
false
The directory in which to create the temp file, we default to the system temp directory
/var/folders/qr/xsqq4bd544x8qdm9s8ngwtdh0000gn/T/
prefix
string
false
The prefix string to be used in generating the file's name; may be empty
suffix
string
false
The suffix string to be used in generating the file's name; may be empty, in which case ".tmp" is used
Last updated
Was this helpful?
Was this helpful?
