# Functions

Dir creates a new temporary directory in the system temporary directory with a name beginning with prefix and returns the path of the new directory.
File creates a new temporary file in the system temporary directory, opens the file for reading and writing, and returns the resulting *os.File.