|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CreateTemporary
CreateTemporary[]
creates a temporary file with a unique name in the default temporary directory and returns the name of the file.
DetailsDetails
- CreateTemporary only creates the file; it does not open it.
- The file created can subsequently be opened for reading or writing in binary or text mode.
- CreateTemporary returns the full name of the file it creates or $Failed if it cannot create the file.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
