[Zope] LocalFS

Dieter Maurer dieter at handshake.de
Tue Dec 9 13:57:34 EST 2003


Dilley, Hara wrote at 2003-12-8 09:39 -0800:
>I have a directory on a network drive with employees images. I like to produce a page with everyone's picture that I can click on and get more information on that employee. I am using LocalFS to be able to see the directory that contains the images, I am naming the Local Filesystem object "myImages".  In order to get the images I have a dtml method with the code: <dtml-in expr="myImages.objectValues('Image')">
>That code returns the error that objectValues has not been defined.  Can I do this with LocalFS? and can I treat a localFs object just as another zope folder?

I thinks, "LocalFS" has a different set of "*{Ids|Values|Items}" methods
("fileValues"?).

-- 
Dieter



More information about the Zope mailing list