Re: [android-developers] get files under certain directory

2010-08-24 Thread Mark Murphy
On Tue, Aug 24, 2010 at 7:49 PM, billconan wrote: > i want to get all the files under certain directory on the sd card. > > can you point me to the correct function? Environment.getExternalStorageDirectory() to get a File at the root of the external storage (possibly the SD card). From there, it

[android-developers] get files under certain directory

2010-08-24 Thread billconan
hello guys, this sounds simple, but i couldn't find any api from the reference. i want to get all the files under certain directory on the sd card. can you point me to the correct function? thanks. -- You received this message because you are subscribed to the Google Groups "Android Developer