String fldr= "Main";
I need to find whether there is a folder called fldr in anywhere in the directory.
This will return the Directory of External storage
String SDpath = Environment.getExternalStorageDirectory().toString();
If there is a folder similar to fldr I need to get its directory and check whether its writable.. How to do it ?