Ive been trying to use the NWjs to write to or read a text file and it doesnt work for me at all, I have a text object whose text is supposed to update to whatever is written in the text file but it never updates.
Ive seen this doesnt work on browswer so I use the stand alone client
Text - Set text to NWjs.ReadFile("c:\Test\test.txt")
It just goes blank, and I tried to copy soebody elses example and it doesnt work