[Zope] Accessing file contents (LocalFS)

Max M maxm@mxm.dk
Wed, 16 Jan 2002 16:57:31 +0100


Max M wrote:

> Mark Snellings wrote:

> you probably only need to combine a few of the things you allready know 
> (untested)::
> 
>     <dtml-in "test.fileIds()">
>         <dtml-var "_['sequence-item'].data">
>     </dtml-in>
> 


hmmm! that would be:


    <dtml-in "test.fileIds()">
        <dtml-var "_[_['sequence-item']].data">
    </dtml-in>

regards Max m