RosettaCodeData/Task/Delete-a-file/00DESCRIPTION
2016-12-05 22:15:40 +01:00

5 lines
199 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>