[Zope] How to count files in a folder?

Oliver Bleutgen Oliver Bleutgen <myzope@gmx.net>
Tue, 18 Sep 2001 18:51:33 +0200


> objectIds is much faster since it just a property of the container, where
> as
> objectValues actually goes and gets each object inside the container. You
> wont notice it until you get large numbers of objects though...

> <dtml-var "_.len(objectIds())">


yupp, you're right, I got it backwards, 

thanks,
oliver