This is incorrect. LocalFS also allows you to write files to the directory that you are "viewing" through the LocalFS object, provided the user your zope process runs under has the privilege to write into that directory. i know this won't help non-technical people, but i have found the code for LocalFS to be very clean, well-written and self-explanatory and have done a few python utilities based on it without ever needing more documentation than the code itself. jonothan has put up a page with an overview over LocalFS capabilities right here: http://www.zope.org/Members/jfarr/Products/LocalFS/LocalFS-0.10.1.tgz/info hope that helps jens on 2/23/01 6:22, Cyril Elkaim at cyril.elkaim@free.fr wrote:
How do I store a file in LocalFS?
Don't. LocalFS is a VIEW of your file system. Simply move your file in the directory managed by LocalFS and you are done.
Cheers and excuse today's hangover moodiness,
You're not alone, don't give up :-)
Cyril