I'm confused by your answer. The various tutorials and threads say "Files Tab is located in the lower right corner of the IDE"
Not on my version of the IDE. Has this changed? So, was my alternate use of the File Manager menu the correct thing to do?
My file appears in that check box window, I check it and click on Sync.
The error message is file not found.
Perhaps more to the point, what should I be doing to be able to read a 4 character text file on program launch, that contains an
ID number needed for my program to operate properly. I tried using StateManager, which did ostensibly fill in a WriteText box
but did not work when I had the test:
If Sensor_ID = Main.Entered_ID Then
The EditText box was properly re-populated but the If - Then was interpreted as false. I ditched the StateManager, it seemed way
overkill for may app anyway. And now I am struggling with finding the file so that I can read it at launch, and write it when the
user changes the text in the WriteText box.
Thanks
Bill