[Zope] adding instance of Local File Sysem programattically

Dieter Maurer dieter@handshake.de
Wed, 11 Jun 2003 20:52:02 +0200


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