Difference between revisions of "Delete"

From ComputerCraft Wiki
Jump to: navigation, search
m (moved Delete (program) to Delete: This is what category tags are for.)
m (Category tag.)
Line 6: Line 6:
 
|code=delete /foo
 
|code=delete /foo
 
}}
 
}}
 +
 +
[[Category:Programs]]

Revision as of 09:40, 17 June 2014

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