Right, and both of what I mentioned above were file paths. One loaded a text file saved locally into a text object, the other loaded an image saved locally into a sprite. The former did not need the file:/ prefix, the latter did need it.
I suppose there might be a better way to load in a local text file than using NWjs.ReadFile that I am not aware of?