RosettaCodeData/Task/Rename-a-file/LiveCode/rename-a-file.livecode

5 lines
150 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
rename file "input.txt" to "output.txt"
rename folder "docs" to "mydocs"
rename file "/input.txt" to "/output.txt"
rename folder "/docs" to "/mydocs"