RosettaCodeData/Task/Delete-a-file/00-TASK.txt
2023-07-01 13:44:08 -04:00

6 lines
201 B
Text

;Task:
Delete a file called "input.txt" and delete a directory called "docs".
This should be done twice: once "here", i.e. in the current working directory and once in the filesystem root.
<br><br>