RosettaCodeData/Task/Rename-a-file/Clipper/rename-a-file.clipper
2014-01-17 05:34:36 +00: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