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
How to create a newfile with special content??
Maria Elena Christensen (DXD) Mon, 16 Oct 2000 03:01:26 -0700
- Re: How to create a newfile with special con... Maria Elena Christensen (DXD)
- Re: How to create a newfile with specia... Danny Rubis
