[Zope] How to read Folders...
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Mon, 17 Mar 2003 21:38:45 +0100
    
    
  
Sorin Marti wrote at 2003-3-17 10:58 +0100:
 > ...
 > That's the situation. Now I want a dtml-document which shows the 
 > uploaded documents in a table for each category like: 
 > name,link-to-pdf,link-to-html
Do *NOT* use DTML Document, use DTML Method instead...
... unless you have really good reasons to use DTML Document.
 > How can I get these links? I tried around with objectValues but I didn't 
 > suceed.
"DocFinder" might help you to learn about the available methods:
  <http://www.dieter.handshake.de/pyprojects/zope>
Dieter