RosettaCodeData/Task/Delete-a-file/00DESCRIPTION

6 lines
199 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;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>