I have a file in a known destination. I pre-define the path in a string and use system.file.readFileAsString() with the string path it says the file doesn’t exist.
If I use system.file.openFile(), and print the file path that it got to compare it omits one of the “\”
Even better fix is to just not use backslashes in your literal paths. Every Ignition API and Java API (and even most standard Jython lib APIs) will happily accept forward slashes, even on Windows.