I save a table to the File.DirLibrary
Table4.SaveTableToCSV(File.DirLibrary, "History.csv")
(I have put my default history.csv file there from File.DirAssets on startup if it is not there from before)
File.Copy(File.DirAssets,"History.csv" ,File.DirLibrary,"History.csv")
And I update it there...However if I remove the app from the device and replace it with a new version
That which I have saved there is missing?
Where can I save something that stays with the phone?(also when I update the app the table I have written is removed)
This is important as the history.csv will contain birth data that has been entered from before.