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