My app wites a csv file in a pre-defined folder on external memory (sdcard).
Name of the file is composed of date and time from the system (example: 2020-10-01- 12:24:41-Data.csv).
The file is saved alright.
When I want to "load" file, I use ActivityStarter to choose the files. I have problem how to specify the name and path of the file.
Tried several codes, but still unsuccessful.
Any help is really depreciated.
Sirous