manipulate virtual directories or web applications from a java application
How can i manipulate - add, delete, update and explore -virtual directories and/or Web applications from a java application or servlet?
[163 byte] By [
msohaib] at [2007-9-26 1:23:10]

msohaib,I guess u can use the java.io.File class for such operation. And the InputStream, OutputStream, Reader and Writer classes are also useful in such stuffs. Pls have a look at the java.io package for your information.Joey