[Zope] moving object

Chris Withers chrisw@nipltd.com
Thu, 28 Jun 2001 15:26:51 +0100


Tamas Amon wrote:
> 
> How I can move an image from one subdirectory to
> other in dtml methjod?

Use a python script ;-)

to get a copy:

destination.manage_clone(source,'new name')

Also look for manage_cut and manage_paste

cheers,

Chris