use
if (new File(newdirectory).mkdir()) {
// push page about success creation directory
 
 
Dmitry.
----- Original Message -----
From: Dave Muehling
To: [EMAIL PROTECTED]
Sent: Tuesday, April 27, 1999 3:00 PM
Subject: Mkdir from a servlet

How can I make a directory on my server from a servlet?
 
I have a form that I want to use to list the local contents of y system and create, delete and change to directories using HTML forms and a servlet.
 
Thanks,
Dave

Reply via email to