1 Jan
2003
1 Jan
'03
7:07 p.m.
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