Difference between revisions of "Move"

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

Latest revision as of 09:41, 17 June 2014

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