[Zope] a script or product to move Dtml files from one folder to another
Dieter Maurer
dieter@handshake.de
Wed, 1 Jan 2003 20:07:08 +0100
Hamzat Kamal wrote at 2002-12-30 09:03 -0800:
> Is there a product or script that can be used to move a Dtml files from
> one folder to another? I want to be able to move a dtml file created after
> 24 hrs from active folder to a dormant folder.
You can use "cut&paste".
You know:
Everything you can do via the management interface (ZMI) can be done
via a script. Just look at the ZMI source.
The elementary methods are in "OFS.CopySupport.CopyContainer"
("manage_cutObjects", "manage_pastObjects").
Dieter