[Zope] Accessing file contents (LocalFS)
Mark Snellings
msnellings@stellarcomms.com
Wed, 16 Jan 2002 11:05:04 -0500
Max,
Thanks for the assistance. That did the job.
Mark
-----Original Message-----
From: Max M [mailto:maxm@mxm.dk]
Sent: Wednesday, January 16, 2002 11:00 AM
To: Max M
Cc: Mark Snellings; zope@zope.org
Subject: Re: [Zope] Accessing file contents (LocalFS)
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