Hi all:


 I have a servlet that needs to create a new file like this...

 File f1 = new File(path, "template.xsl");
       f1.createNewFile();

 but the problem is, that it needs a special content, in the way that everytime that a 
request of create-new file is received, the newfile is created but containing another 
file, I want to use it as a template file.

 Hope is understandable, someone have any idea how to do it??????

 Thanks

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to