[Zope] adding instance of Local File Sysem programattically
Dennis Allison
allison@sumeru.stanford.EDU
Wed, 11 Jun 2003 14:34:55 -0700 (PDT)
When asked, a local file system reports that its meta_type is
'Local File System'.
Programatic additions fail for 'LocalFS' as well.
This is an old product. Was there an earlier mechanism for adding
products that pre-dates the current scheme?
On Wed, 11 Jun 2003, Dieter Maurer wrote:
> Dennis Allison wrote at 2003-6-10 21:30 -0700:
> > I'm doing something wrong, but I just don't seed it.
> >
> > from a python script
> >
> > container.manage_addProduct['Local File System'].addLocalFS( someid,
> > sometitle, somebasepath)
>
> I expect the product name is "LocalFS".
>
> The relevant name is the corresponding folder name in your
> "Products" file system folder.
>
>
> Dieter
>