I have a variable that just states outright:
File file = new File("/Extsdcard")
Am I foolish enough to think all android devices mount an external devices in this wording?
or should I be using Environment.getExternalStorageDirectory().getAbsolutePath();
My application searches through the first three folder layers so this is quite important to the functionality.