I need to get Absolute path to Folder in Assets. Some like this for sd-card:
final String sdDir = Environment.getExternalStorageDirectory() + "Files";
What i do incorrect?
First I try to get path (in green ractangle) this way but I alwase get "False". Then I comment this block and try to get path from getAssets().list(); But I get 3 folders witch I see first time.
I want to make massive like this "green" but I need to use files from assets:
Help me to get absolute path to my Files folder.