This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
FuuuAInfiniteLoop(F.A.I.L)'s profile picture

fs.rename()

Started by FuuuAInfiniteLoop(F.A.I.L), 20 March 2013 - 10:55 AM
FuuuAInfiniteLoop(F.A.I.L) #1
Posted 20 March 2013 - 11:55 AM
fs.rename will solve the bug that i have reporte, and its more efficient that moving
PixelToast #2
Posted 20 March 2013 - 12:04 PM
its called fs.move -_-/>
Cloudy #3
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?
Ray_Anor #4
Posted 22 March 2013 - 08:41 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?
maybe Microsoft logic??? :D/>
AnDwHaT5 #5
Posted 23 March 2013 - 02:39 AM
fs.move("hi", "hello") duh its called something different. Think before you post. Or atleast correct yourself.
theoriginalbit #6
Posted 23 March 2013 - 02:52 AM
its called fs.move -_-/>

fs.move("hi", "hello") duh its called something different. Think before you post. Or atleast correct yourself.
Could say the same to you……
AndreWalia #7
Posted 23 March 2013 - 07:24 PM

function fs.rename(one,two)
 fs.move(one,two)
end
You happy?
PixelToast #8
Posted 24 March 2013 - 03:45 AM

function fs.rename(one,two)
fs.move(one,two)
end
You happy?
nope
fs.rename = fs.move
MUCH better