eoinzy
eoinzy

Reputation: 2242

Blackberry - Get list of files and folders on device and SD card

I am writing an app for Blackberry and will need to scan the device for certain types of media, for example, pictures, MP3s etc.

Is there an easy way to scan all the files and folders on the device itself (even just the home/user/ directory), as well as the SD card?

I'm assuming the solution is some sort of recursive algorithm whereby I get a list of directories in the current path, and scan through them, but how do I get the list of all folders (as well as files) in the path?

Thanks.

Upvotes: 0

Views: 677

Answers (1)

user784540
user784540

Reputation:

Check this link

And download zip file with FileExplorerDemo. Scroll the opened page down and click on "Slow download" button.

Otherwise you may check the JDE samples folder for this sample code.

Upvotes: 2

Related Questions