Just a quick question, how to I get a list of directories inside a specified directory.
for example,
String path = Environment.getExternalStorageDirectory().toString()+"/myApp/";
now I’d need to get the list of directories that are inside the “path” directory.
Thanks!
Something like that (add null checking, exceptions etc..)