Standalone link to CSV

I’m using a CSV to drive a heap of text values in a complex project. When I export the Standalone .exe - as far as I can tell it must bundle the CSV up into the .exe.

Ideally I’d like the ability to make live changes to the CSV if required, and see them auto-update on screen in the Standalone – as I’ve been able to do with the Builder version.

Is there a way of knowing where the Standalone is calling it’s data from or, using a command prompt modifier at launch to point it to a specific CSV file? I’ve tried placing the CSV in the same directory structure as it was on the Builder machine, but no dice so far.

This was previously solved in another post by using javascript, and basically using some code available in the manual to automatically detect when a resource updates and reload it - exactly what you are looking to do.

– Ryan