RosettaCodeData/Task/Delete-a-file/Run-BASIC/delete-a-file.run
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
253 B
Text

'------ delete input.txt ----------------
kill "input.txt" ' this is where we are
kill "/input.txt" ' this is the root
' ---- delete directory docs ----------
result = rmdir("Docs") ' directory where we are
result = rmdir("/Docs") ' root directory