4 lines
137 B
Text
4 lines
137 B
Text
File.rename "input.txt","output.txt"
|
|
File.rename "docs", "mydocs"
|
|
File.rename "/input.txt", "/output.txt"
|
|
File.rename "/docs", "/mydocs"
|