This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

JV access to Storage
#6
writing file to LM/HL can be done easily by:


Code:
io.writefile(filename, text_of_file)
or read:



Code:
local f = assert(io.open(filename, "r"))
local t = f:read("*all")


but how write/read this file from javascript?

ps. great idea Sandstrand Smile
Reply


Messages In This Thread
JV access to Storage - by Pawel - 17.01.2016, 14:18
RE: JV access to Storage - by admin - 18.01.2016, 07:07
RE: JV access to Storage - by Pawel - 18.01.2016, 08:14
RE: JV access to Storage - by admin - 18.01.2016, 13:46
RE: JV access to Storage - by Sandstrand - 20.01.2016, 08:31
RE: JV access to Storage - by Pawel - 20.01.2016, 19:39

Forum Jump: