# Functions
No description provided by the author
No description provided by the author
No description provided by the author
TempDir creates a new temporary directory in the directory dir with a name beginning with prefix and returns the path of the new directory.
TempFile creates a new temporary file in the directory dir with a name beginning with prefix, opens the file for reading and writing, and returns the resulting *os.File.