I am getting an error when I try to create a file in the documents directory on my android phone
the code:
local path = system.pathForFile(fileName, system.DocumentsDirectory)
local myFile, errors = io.open( fileName, “w” )
I am using “myFile.txt” for the fileName
the error returned was “read-only file system”
I got the same error when I tried the using system.TemporaryDirectory
Do I need specific permissions set for this?
[import]uid: 106158 topic_id: 21234 reply_id: 321234[/import]
