RosettaCodeData/Task/Rename-a-file/OpenEdge-Progress/rename-a-file.openedge
2023-07-01 13:44:08 -04: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".