RosettaCodeData/Task/Rename-a-file/BASIC/rename-a-file.basic

5 lines
118 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
NAME "input.txt" AS "output.txt"
NAME "\input.txt" AS "\output.txt"
NAME "docs" AS "mydocs"
NAME "\docs" AS "\mydocs"