20 Oct
2003
20 Oct
'03
6:43 p.m.
I want to delete a file in Zope: I've iterated through the files in a folder and when one meets a certain condition I'd like to get rid of it ... I've been using <dtml-call "manage_delObjects()"> but need to tell it the file to delete I've tried <dtml-call "manage_delObjects(this())"> <dtml-call "manage_delObjects(this.getID())"> <dtml-call "manage_delObjects(REQUEST.getID())"> and several other suggestions but am getting nowhere. What do I need to pass to delObjects() ??? Kate