RosettaCodeData/Task/Rename-a-file/Clipper/rename-a-file.clipper
2023-07-01 13:44:08 -04:00

7 lines
142 B
Text

FRename( "input.txt","output.txt")
or
RENAME input.txt TO output.txt
FRename("\input.txt","\output.txt")
or
RENAME \input.txt TO \output.txt