[Zope] File content read

J Cameron Cooper jccooper@jcameroncooper.com
Tue, 18 Mar 2003 14:26:01 -0600


>
>
>I'm searching the way to read the content of a file (ascii), from a script. The file is stored into a Zope folder.
>  
>
Sort of depends on where it's coming from. Filesystem or web?

But in general, you can just make a File object and let Zope do it for you.

One can also write an External method to get stuff from our filesystem.

          --jcc