ios txt

i edit a txt on win7, then put it in codea documents, but it couldnt be read with Fileio, how to read it?

@firewolf you could try using the new readText function

local myString = readText("Documents:MyFile")

@Simeon thanks, im gonna try new readText function