[Zope] Folder

Oleg Broytmann Oleg Broytmann <phd@mail2.phd.pp.ru>
Tue, 6 Feb 2001 12:55:49 +0300 (MSK)


On Tue, 6 Feb 2001, Ruben Garrigues wrote:
> My name is Ruben and I'm new in this list of Zope.

   Welcome.

> ¿How can I get a list of the files of a folder?

   There are no "files" in Zope - these things are objects, instances of
Python classes.

> I supose that it will we very easy for you.

   Very easy, indeed: objectIds(['DTML Document', 'DTML Method']), or
objectValues(...).

   I recommend you to read documentation.

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.