<br>Thank you, that worked nicely. But I was unable to call the
LazyFilter from the DTML document, I figure I have to import the ZTUtils module
first. Is there a special DTML-tag to do import?&nbsp;

<p>By the way? Is there some obvious documentation about the different
modules that I have missed? As I mentioned in an earlier letter I'm new to Zope
and I find it very hard to get an overview of all the different modules available.
It seams to me that the API Reference on the zope home page does not cover the
modules completely. For example, I found ZTUtils listed, but it only contains the
Batch class, not the LazyFilter or any of the other classes in the module. I
feel that this is the case with many of the modules.</p>Is there any complete api reference avalible?<br><p>Best regards /Erik</p><br><div><span class="gmail_quote">On 4/17/06, <b class="gmail_sendername">Dieter Maurer</b>
 &lt;<a href="mailto:dieter@handshake.de">dieter@handshake.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Erik Billing wrote at 2006-4-16 18:55 +0200:
<br>&gt;...<br>&gt;Thanx, it worked fine when I allowed the unauthorized module, but I still<br>&gt;wonder if this is the way I *should* do it, is there no easier way that does<br>&gt;not incorporate an python script (or a similar clumsy dtml solution). It
<br>&gt;just feels a little overkill to write a specific script just to access the<br>&gt;files in a directory.<br><br>You can use the &quot;LazyFilter&quot; from the &quot;ZTUtils&quot; package.<br>In fact, it is defined in &quot;
ZTUtils.Zope&quot; (but exported via &quot;ZTUtils&quot;)<br>and you can look there for its signature.<br><br>--<br>Dieter<br></blockquote></div><br>