[Zope3-Users] Resource lookup by resource name

2009-10-17 Thread Andreas Jung
Assume I have a browser:resourceDirectory .../ configuration somewhere in my system. What is the API to lookup the the directory path for a configured resource 'name'? Andreas attachment: lists.vcf___ Zope3-users mailing list Zope3-users@zope.org

Re: [Zope3-Users] Resource lookup by resource name

2009-10-17 Thread Shailesh Kumar
Hi Andreas, I had a requirement where I needed to manage the resource directories dynamically. So I developed some of following code. I guess this might be of help. Functions to work with browser resources at run time #python imports import logging # zope imports from