I have a file named abikor.txt
inside the files
directory in the private app folder:
/data/data/myapp/files/abikor.txt
How can I get the path of this file?
I have seen the following questions but they don't address my problem.
(In general, how to get the path of a file stored under /files
directory in the private app directory?)
Kind Regards