I have a very simple question but so far I am unable to find an answer of this question. "Is there any way of finding the absolute path of INTERNAL STORAGE DIRECTORY
and EXTERNAL STORAGE DIRECTORY(SDCARD)
in Android?"
Please don't recommend using Environment.getExternalStorageDirectory
since it usually returns the path for internal storage or WHATEVER storage media is selected as default by the Android operating system..
Any suggestions please?