[Zope] Folder
Phil Harris
phil.harris@zope.co.uk
Tue, 6 Feb 2001 10:05:20 -0000
Ruben,
How about something like:
<dtml-in "objectIds(['DTML Document'])">
<dtml-var id>
</dtml-in>
The DTML Document bit can be changed to be the meta-type of whatever it i=
s
your're looking for, e.g.
Image
File
DTML Method
Folder
etc
If you're interested in this I'd start by looking at the Zope Quick
Reference (http://zdp.zope.org), and also the Zope Book
(http://www.zope.org/Members/michel/ZB).
hth
Phil
----- Original Message -----
From: "Ruben Garrigues" <ruben@amutis.com>
To: <zope@zope.org>
Sent: Tuesday, February 06, 2001 10:51 AM
Subject: [Zope] Folder
> Hi.
>
> My name is Ruben and I'm new in this list of Zope.
>
> My first question is ..
>
> =BFHow can I get a list of the files of a folder?
> I supose that it will we very easy for you.
>
> Thank you.
>
> Rub=E9n
>
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )