Creation
On POSIX systems, temporary files can be safely created with the mkstemp or tmpfile library functions, or with the mktemp program. These files are typically located in the standard temporary directory, /tmp on Unix machines or %TEMP% (which is log-in specific) on Windows machines.
A temporary file created with tmpfile is deleted automatically when the program exits or the file is closed. To generate a temporary file name that will survive past the lifespan of the creating program, tmpnam or GetTempFileName(...) (Windows only) can be used.
Read more about this topic: Temporary File
Famous quotes containing the word creation:
“If we admit a thing so extraordinary as the creation of this world, it should seem that we admit something strange, and odd, and new to human apprehension, beyond any other miracle whatsoever.”
—George Berkeley (16851753)
“There have been heroes for whom this world seemed expressly prepared, as if creation had at last succeeded; whose daily life was the stuff of which our dreams are made, and whose presence enhanced the beauty and ampleness of Nature herself.”
—Henry David Thoreau (18171862)
“We should always remember that the work of art is invariably the creation of a new world, so that the first thing we should do is to study that new world as closely as possible, approaching it as something brand new, having no obvious connection with the worlds we already know. When this new world has been closely studied, then and only then let us examine its links with other worlds, other branches of knowledge.”
—Vladimir Nabokov (18991977)