1 posts
Posted 28 November 2012 - 04:30 PM
I would like to suggest that a "rename" option is available as well as the current remove, edit, and move functions. uh, that is all.
1111 posts
Location
Portland OR
Posted 28 November 2012 - 04:34 PM
Move is the rename, just like in unix.
So to rename a file do something like "move oldFileName newFileName"
Or in a program fs.move("oldFileName","newFileName")
3790 posts
Location
Lincoln, Nebraska
Posted 28 November 2012 - 06:28 PM
Actually, rename is already available in Computercraft. "rename oldname newname" works perfectly.
2447 posts
Posted 29 November 2012 - 12:24 AM
Already exists, locked.