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