RosettaCodeData/Task/Rename-a-file/E/rename-a-file.e
2023-07-01 13:44:08 -04:00

4 lines
145 B
Text

for where in [<file:.>, <file:///>] {
where["input.txt"].renameTo(where["output.txt"], null)
where["docs"].renameTo(where["mydocs"], null)
}