In flash you can open a file on the user's computer. In flash 9 you can upload and download the file and in flash 10 you can access the contents of the file.
It is secure because the user has to choose the file from a file dialog box to allow flash access to it.
What I would like to do in my application is to get a directory listing of the files/subdirectories in a directory. It's not really any different from uploading a file chosen by the user to list the contents of a directory chosen by the user so I don't see any security implications. I don't need to access the files, just list them,
But there appears to be no way in flash to do this? Am I right or am I missing something?
I can always use a signed java applet instead if necessary but flash seems more appropriate for my particular application so I thought it worth asking the question.