How to use FileSystemList in Flex
- by Studer
I'd like to provide a simple interface to browse files and and sub-folder inside a directory using the FileSystemList in Flex, but I don't know how to use it.
I tried the following example using flex 3.5 on a mac, but it doesn't work :
<mx:FileSystemList directory="{File.desktopDirectory}"/>
The code could be either flex 3.5 or 4.