Dear all,
Two years ago I built an application that still runs on my phone (Android 14). When I installed it I associated a file called "Analisis.csv" using the syntax //Analisis.csv
Now I wanted to update a routine within the app using .AppendToFile. The app accepts it if I write the file name as /Analisis.csv but not if I write //Analisis.csv
However, when I open the app again, the recently entered data(s) do not appear in the list.
I can't/don't know how to access the file on my phone, so I can't know if it was updated or not. I know that there have been changes in the way files are saved but frankly I don't know how I should invoke the modified file so that I can use all the data I have saved.
Any help will be appreciated.
Ok. I understand. Now, what do I have to do to call the new saved file in the ASD when I run the App? Should I invoke it as /Analisis.csv when I start the app?
Ok. I managed to load the last data entered but I lost all the other data that I had already in my original file. So I uploaded the original scv file again but it does not show its contents. Am I supposed to delete the existing file, exit the app, load the original csv file so that it is generated within the ASD automatically? I am a little confused
Thanks @Taifun. I can do it right now that Im playing with the app, but in the future the idea is to add more and more analysys in a database that can be modified while running the app