How to use FileSystemList in Flex
Posted
by Studer
on Stack Overflow
See other posts from Stack Overflow
or by Studer
Published on 2010-04-25T16:03:29Z
Indexed on
2010/04/25
16:13 UTC
Read the original article
Hit count: 602
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.
© Stack Overflow or respective owner