|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ResetDirectory
ResetDirectory[]
resets the current working directory to its previous value.
DetailsDetails
- Successive calls to ResetDirectory yield earlier and earlier current directories.
- ResetDirectory uses the directory stack given by DirectoryStack[].
- ResetDirectory removes the last element from the directory stack, and makes the second-to-last element current.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
SetDirectory pushes a directory onto the DirectoryStack[]:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= | ![]() |
ResetDirectory pops a directory from the DirectoryStack[]:
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= | ![]() |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


