I have a data folder with the sketch that references a serial.txt file where COM2 or /dev/tty.usbmodemfd121 is entered (for example) so that the correct serial input is used. My users know to alter that value to suit so that when the sketch is fired up it all works.
However, what/where/which data folder is referenced when an application is exported? It doesn't seem to be the original one as if I alter the serial port in the text file the exported app still runs fine so it must be referencing somewhere else (or embedding the data on export?)
Any pointers greatly appreciated. Basically I need that serial.txt file to still be editable even with a standalone app.
Thanks
1