[Zope] Gettin all images of a folder

Olivier Deckmyn odeckmyn.list@teaser.fr
Mon, 27 Sep 1999 15:33:38 +0200


Hi all,

I have a folder :
/MyFolder

In this folder there is another folder :
/MyFolder
   /Images

The Images folder contains both images and some DTML documents.

I would like to be able to display the list of all available images.

What is the DTML script to write to iterate through all the images of the
Images folder ?

smthg like :
<!--#in Images>
  <!--#var "in-item.name"-->
</...>


Please don't flame : it is my first Zope attempt !

Thx !