I've been storing my app's database in File.DirRootExternal for ease of access, up till now.
I'm just wondering if there's a better place for it. Should I simply create a folder like File.DirRootExternal\MyApp\ to use instead?
Also, if I wanted the adtabase to be accessible only to my app, no other apps and not through a file explorer, is there a place that offerrs that?
I'm just wondering if there's a better place for it. Should I simply create a folder like File.DirRootExternal\MyApp\ to use instead?
Also, if I wanted the adtabase to be accessible only to my app, no other apps and not through a file explorer, is there a place that offerrs that?