>
>
>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