> On Fri, 29 Jun 2001, Edgardo Zulian wrote:
>
> > I'm just new with Zope, and I m trying to make an external method with
> > python that return me the names of the "files" that are in an especific
> > folder of the Zope i.e:"the folder: Root Folder/function_repository"..
>
> I'm not quite sure what you want to do, but you could try to add a a DTML
> Method in the folder which contained this:
>
> <dtml-in "objectValues()">
> <dtml-var id>
> </dtml-in>
Hi, that's work pretty fine,
but the problem is that I want to get that result with an external method
because then I want to assign that result to a text folder's property....
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )