I want to read a text file present in a server from my Roku program. I reffered the following question. Read and write from temp file in Roku
The above link has solution to read file from tmp/. So, I tried something like this:
text=ReadAsciiFile("<server_file_path>/file.txt")
But it is not able to open the file. Is there any other way to read a text file present in server?