[Zope] product development help and tips
Dylan Reinhardt
zope@dylanreinhardt.com
25 Mar 2003 14:17:15 +0000
On Tue, 2003-03-25 at 20:06, Patel, Tejash wrote:
> Currently, I am able to use my product to create a folder and a file,
> but I don't know now how to put the file within the folder.
>
The best way is to call the file creation method *on* the Folder object
you want the file to be put inside.
If necessary, it is also possible to cut & paste the file into the
folder after it has been created:
http://www.zope.org/Members/dylanr/move_obj
HTH,
Dylan