Is there any way to find / search for a particular directory in Android? Like a user has made a directory with the name of MyHolidayVideos at any location. I want my application to find out where that folder is. Is there any way to search directories and find the location of the folder (MyHolidayVideos etc)..
I shall be thankful if someone can help me here.
Thanks
Is there any way to find / search for a particular directory in Android?
Share
The Data Storage Dev Guide has the information you need to get started. Specifically Using the Internal Storage and Using the External Storage sections and the File API.