I simply cannot find how to get one specified file from the external storage.
I know that with getExternalStoragePublicDirectory(), you get the external storage directory but I can’t get further. I need some kind of method where you have to give the name of the file and it returns the file.
Thanx
I simply cannot find how to get one specified file from the external storage.
Share
Better than using
File.separatoris this, which is standard Java: