How to create a folder and a sub folder in it

Hai everyone,

I am developing an auto responder application in which many users will be creating different auto responders.To orgainse these lists better i need to give a folder option where a person can create a auto responder in his own folder so that the lists are maintained well.if needed they should be a subfolder option as well in this application.

So can anyone help me to create a folder option and a subfolder's option in that folder. This should be similar like clicking on a browse button where a user can select/create his /her own folder or subfolder and create an auto responder in that folder.

[631 byte] By [autoa] at [2007-10-1 20:26:03]
# 1
Have a look at the API documentation of class java.io.File.You'll want to use the mkdir() or mkdirs() method.
jesperdja at 2007-7-13 2:26:10 > top of Java-index,Administration Tools,Sun Connection...