[Zope] Programmatically adding LocalFS objects

abg@comco-inc.com abg@comco-inc.com
Thu, 28 Feb 2002 16:57:43 -0600


I'm sure there's an easy fix for this one, but I sure can't find it.
According to LocalFS' source, this should add a LocalFS to the ZODB:

<dtml-call "manage_addLocalFS('name', 'title', 'basepath')">

It doesn't work. Here's the error:

Error Type: NameError
Error Value: global name 'manage_addLocalFS' is not defined

I've searched the message boards and found users with the same problem, but
no posted solutions.

Thanks In Advance,

Aaron