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