Delete

From ComputerCraft Wiki
Revision as of 09:40, 17 June 2014 by Bomb Bloke (Talk | contribs) (moved Delete (program) to Delete: This is what category tags are for.)

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