Delete
From ComputerCraft Wiki
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.
Example | |
Removes regular file /foo | |
Code |
delete /foo |