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:
“Today, each artist must undertake to invent himself, a lifelong act of creation that constitutes the essential content of the artists work. The meaning of art in our time flows from this function of self-creation. Art is the laboratory for making new men.”
—Harold Rosenberg (19061978)
“I do not, like the Fundamentalists, believe that creation stopped six thousand years ago after a week of hard work. Creation is going on all the time.”
—George Bernard Shaw (18561950)