Short answer, you can't.
Longer answer: Flex is a client-side technology running via the Flash Player in a browser. Very tight security restrictions prevent you from accessing ANY client side assets, including the local file system. Even the file upload functionality is designed to prevent you from even learning about the client-side file system. If you ar talking about the server-side file system, then you can get to that, but need a sever-side platform to do the work, which you cn then display in Flex. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of paranoid_santhosh Sent: Friday, March 30, 2007 8:54 PM To: [email protected] Subject: [flexcoders] directory tree lister how do i recursively list a directory tree.... that is given a directory ,..it should display all files and directories in it.. and if i click on the subdirectory ..it should show its contents thanks

