RosettaCodeData/Task/Delete-a-file/00-TASK.txt

7 lines
201 B
Plaintext

;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>