4 lines
142 B
Text
4 lines
142 B
Text
(file:rename "input.txt" "output.txt")
|
|
(file:rename "docs" "mydocs")
|
|
(file:rename "/input.txt" "/output.txt")
|
|
(file:rename "/docs" "/mydocs")
|