|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CreateDirectory
CreateDirectory["dir"]
creates a directory with name dir.
CreateDirectory[]
creates a directory in the default area for temporary directories on your computer system.
Details and OptionsDetails and Options
- If
is a single name, CreateDirectory creates a subdirectory of your current working directory. - The directory created by CreateDirectory is initially empty.
- CreateDirectory returns the full name of the directory it creates, and $Failed if it cannot create the directory.
- CreateDirectory has attribute Listable.
- CreateDirectory[] creates a directory in the directory specified by the current value of $TemporaryDirectory.
- The default setting CreateIntermediateDirectories->True specifies that intermediate directories should be created as needed.
New in 2 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
