So I have a creator tools script that runs fine on Windows, now I'd like it to run on MacOS
It writes some data out to an xml file for me to use later, but this line:
io.output(targetFolder..targetName..".xml")
which works fine on windows gives me this error on MacOS:
Any idea why?