7 lines
207 B
Text
7 lines
207 B
Text
|
|
SetDirectory[NotebookDirectory[]]
|
||
|
|
RenameFile["input.txt", "output.txt"]
|
||
|
|
RenameDirectory["docs", "mydocs"]
|
||
|
|
SetDirectory[$RootDirectory]
|
||
|
|
RenameFile["input.txt", "output.txt"]
|
||
|
|
RenameDirectory["docs", "mydocs"]
|