Delete

From ComputerCraft Wiki
Revision as of 17:56, 16 April 2014 by Cranium (Talk | contribs) (Created page with "{{Stub|Needs more info about the program itself, perhaps an image?}} Delete is a built in program for computers and turtles that will delete the specified so...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This page is a stub.
Please help us by expanding it.

Delete is a built in program for computers and turtles that will delete the specified source file or directory. However, it will not delete directories that contain files.


Grid paper.png  Example
Removes regular file /foo
Code
delete /foo