Can I use the AJAX "GET URL" to open a CSV file that's outside my encoded app? I am hoping to keep the file in the local app folder or at least on the local machine as this game won't have internet access or any network access at all.
Currently I am using AJAX Request Project File and loading my CSV file into an array using CSV2ARRAY. I would like to not have to include my CSV in the Project Files.
I have a small test I built to load a CSV into an array and it works when I use "Request Project File" but not when I use "Request URL".
It could be my URL for the local file is very broken as I can't find any examples of how to do this (because maybe you can't?).
AJAX > Request URL >
Tag "x"
URL "file://.../sample.csv"