Skip to main content
FlexAce
Inspiring
May 30, 2011
Question

browseForDirectory() On Android - Any Other Options?

  • May 30, 2011
  • 1 reply
  • 880 views

browseForDirectory() is not supported on Android
I would like like to build an app using AIR where one of the needs is to
        Select a folder where images are stored
        Read though all of the images and their meta data
Any other options or guggestions on something to research to be able to pick a directory?
Thanks
Mathias

This topic has been closed for replies.

1 reply

Participating Frequently
May 31, 2011

The methods for enumerating the contents of a directory do work, so you can use those as the basis for creating your own directory browser.

FlexAce
FlexAceAuthor
Inspiring
May 31, 2011

Thanks Joe

It's that first step I'm stuck on

How to let the user browse to pick the proper directory of images to loop through