RosettaCodeData/Task/Delete-a-file/Plain-English/delete-a-file.plain
2023-07-01 13:44:08 -04:00

9 lines
251 B
Text

To run:
Start up.
\ In the current working directory
Destroy ".\input.txt" in the file system.
Destroy ".\docs\" in the file system.
\ In the filesystem root
Destroy "C:\input.txt" in the file system.
Destroy "C:\docs\" in the file system.
Shut down.