Move

From ComputerCraft Wiki
Revision as of 17:26, 16 April 2014 by Cranium (Talk | contribs) (Created page with "{{Stub|Needs more info about the program itself, perhaps an image?}} Move is a built in program for computers and turtles that will copy the specified source...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This page is a stub.
Please help us by expanding it.

Move is a built in program for computers and turtles that will copy the specified source into the specified destination, then delete the original source. If a different filename is specified as the destination, it will rename the file as well. It will not create non-existant directories however.


Grid paper.png  Example
moves /foo to /sample/bar, assuming the directory /sample exists already.
Code
move /foo /sample/bar