[Zope] How can I list our folders and files?

Andreas Jung andreas@andreas-jung.com
Mon, 29 Apr 2002 19:28:54 -0400


Check the documentation of the ObjectManager
(methods: objectIds() or objectValues()). They are described in Appendix B
of the Zope Book.

-aj
----- Original Message -----
From: Leo
To: zope@zope.org
Sent: Monday, April 29, 2002 19:15
Subject: [Zope] How can I list our folders and files?


Hello,

I'm creating a website by Zope for our staff. Each staff should have its own
folder in the machine. I want to make a page which will automatically list
out all subfolders and files for that user after they login. I cannot figure
out how can I do that, by python? or dtml? Please help.

Leo