Posted 28 November 2014 - 11:09 PM
Asking because I'm having difficulty with this and I really want a method other than loading the file as an API.
fileHandle=fs.open("folder/file.txt","r") --"r" as the second argument opens the file in read mode
text=fileHandle.readAll()
fileHandle.close()