RosettaCodeData/Task/Rename-a-file/OpenEdge-Progress/rename-a-file.openedge
2015-02-20 00:35:01 -05:00

5 lines
131 B
Text

OS-RENAME "input.txt" "output.txt".
OS-RENAME "docs" "mydocs".
OS-RENAME "/input.txt" "/output.txt".
OS-RENAME "/docs" "/mydocs".