This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
fs.rename()
Started by FuuuAInfiniteLoop(F.A.I.L), 20 March 2013 - 10:55 AMPosted 20 March 2013 - 11:55 AM
fs.rename will solve the bug that i have reporte, and its more efficient that moving
Posted 20 March 2013 - 12:04 PM
its called fs.move -_-/>
Posted 20 March 2013 - 12:30 PM
… what the hell. So to work round a bug you want us to add another function rather than fix the old… What kind of logic is this?
Posted 22 March 2013 - 08:41 PM
maybe Microsoft logic??? :D/>… what the hell. So to work round a bug you want us to add another function rather than fix the old… What kind of logic is this?
Posted 23 March 2013 - 02:39 AM
fs.move("hi", "hello") duh its called something different. Think before you post. Or atleast correct yourself.
Posted 23 March 2013 - 02:52 AM
its called fs.move -_-/>
Could say the same to you……fs.move("hi", "hello") duh its called something different. Think before you post. Or atleast correct yourself.
Posted 23 March 2013 - 07:24 PM
function fs.rename(one,two)
fs.move(one,two)
end
You happy?Posted 24 March 2013 - 03:45 AM
nopeYou happy?function fs.rename(one,two) fs.move(one,two) end
fs.rename = fs.move
MUCH better