Re: [Zope] How to count files in a folder?
18 Sep
2001
18 Sep
'01
4:51 p.m.
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
8966
Age (days ago)
8966
Last active (days ago)
0 comments
1 participants
participants (1)
-
Oliver Bleutgen