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

3 lines
99 B
Factor

"" "/" [
[ "input.txt" "output.txt" move-file "docs" "mydocs" move-file ] with-directory
] bi@