Difference between revisions of "Delete"
From ComputerCraft Wiki
Bomb Bloke (Talk | contribs) m (moved Delete (program) to Delete: This is what category tags are for.) |
Bomb Bloke (Talk | contribs) 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.
![]() | |
Removes regular file /foo | |
Code |
delete /foo |