Rename

From ComputerCraft Wiki
Revision as of 17:59, 16 April 2014 by Cranium (Talk | contribs) (Created page with "{{Stub|Needs more info about the program itself, perhaps an image?}} Rename is a built in program for computers and turtles that will rename 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.

Rename is a built in program for computers and turtles that will rename the specified source file to the specified destination name. However, it will not rename directories.

Note: This operation works exactly the same way as the move program.


Grid paper.png  Example
Renames /foo to /bar
Code
rename /foo /bar