[Zope] Creating files on server

ghaley@mail.venaca.com ghaley@mail.venaca.com
Tue, 24 Apr 2001 07:56:56 -0400 (EDT)


	hi gitte,

	you can write a python script, save it in the extensions
directory, then create an external method with the name of the python
program.  the program will take the input and write it out.  if you want
files to write to different places on disk you can pass variables to the
script to have it parse the file.  the from your dtml method, you will
make the call to the external method and pass the values that the program
will need.

	ciao!
	greg.

	Gregory Haley
	DBA/Web Programmer
	Venaca, LLC.



> 
> 
> Okay maybe I didn't express myself very clear.
> Can anyone tell me how I - in somw way - create a file on the server
> through Zope ?
> 
> Regards, Gitte
>