Hi I created app with Sqlite. Everything works good but I cant find location of database on my phone.
Next step is to create saving excel files with DB tables...everything works fine, I've created alert to debug and files are creating well.
But I cant find db file and excel file on my phone and even on PC after connecting via USB.
Path to saving everything is:
[code]
System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal);
[/code]