5 Mar
2001
5 Mar
'01
3:40 p.m.
From: "Randall F. Kern" <randy@spoke.net> Date: Wed, 28 Feb 2001 12:11:00 -0800 To: "Paul Zwarts" <paul.zwarts@oratrix.com>, "Chris Muldrow" <muldrow@mac.com> Cc: <zope@zope.org> Subject: RE: [Zope] How to check for a folder's existence and create it if it doesn'texist?
<dtml-if expr="'myFolder' not in objectIds('Folder')"> <dtml-call expr="manage_addFolder('myFolder', 'title of my new folder')"> </dtml-if> This worked like a dream! Thanks!