[Zope] Change folders within Zope

Dieter Maurer dieter@handshake.de
Thu, 20 Mar 2003 21:12:12 +0100


McDonnell, Larry wrote at 2003-3-20 08:30 -0500:
 > I want to thank everyone for pointing me to the localfs product. This is
 > what I want to store all the images I expect. Now I need to point my dtml
 > document to add these files to the localfs. I have looked at the source for
 > addFile and this would work if I could redirect the folder location from
 > "current" to the localfs.

A much better way:

  Provide your own action (a Python script) that uses
  ObjectManager methods (--> embedded online API reference)
  to create object in the LocalFS.


Dieter