u = fs.open("Hello", "w")
u.write("Hello")
and then I edit the file nothing is written in it, the text will only appear after I reboot the computer...
So is there a fix, because this is really annoying...
Thanks
Posted 17 January 2015 - 06:35 AM
u = fs.open("Hello", "w")
u.write("Hello")
Posted 17 January 2015 - 10:14 AM
u.close()
Posted 17 January 2015 - 11:51 AM
u.writeLine("Hello")
u.flush()
u.writeLine("Hello again")
Posted 17 January 2015 - 07:30 PM
0 members, 3 guests, 0 anonymous users