Choosing a directory through Sun Studio

I want to Choose a directory that is not zip.... containing mutilple file Is there any component for choosing Directory...
[136 byte] By [kashifAzhar] at [2007-11-26 8:49:11]
# 1

Are you wanting to do this in an application you're creating?

If so, see this tutorial about using File Choosers (which can list directories, also.)

http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html

If not, you need to give a better explanation of what you're trying to do as your statement doesn't make any sense..

ChuckBing at 2007-7-6 22:38:25 > top of Java-index,Development Tools,Java Tools...
# 2
Thanks for replying: yes i want it through my web-application and i am using Sun Studio Creator , I wish that user can select only Directories that i will upload to Server
kashifAzhar at 2007-7-6 22:38:25 > top of Java-index,Development Tools,Java Tools...