6 Feb
2001
6 Feb
'01
9:55 a.m.
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.