[Zope] Accessing file contents (LocalFS)

Max M maxm@mxm.dk
Wed, 16 Jan 2002 17:00:04 +0100


Max M wrote:

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

again I am jumping to conclusions ... If you are not inside the 'test' 
objectmanager then it would be:

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

re-regards Max M