[Zope] Re: including arbitrary files in zope products
Josef Meile
jmeile at hotmail.com
Fri Sep 3 04:40:08 EDT 2004
Two more imports are also missing:
from OFS.Folder import manage_addFolder
from zExceptions import BadRequest
Josef Meile wrote:
> Ops, I realiced that the function called is missing. You have
> to call it on the initialize method like this:
>
> _createFileInFolder(appContext,absolutePath,'yourFile.jar',
> '/your/zope/path',title='utils')
More information about the Zope
mailing list