[Zope] Local File System

Jonothan Farr jfarr@real.com
Thu, 18 May 2000 15:04:40 -0700


> I've read that I can get the filenames as id's by using
> getObject, but I can't seem to make it work.

Try this:

<dtml-with images>
<dtml-in fileIds start=0 size=50 orphan=0 reverse>
<img src="images/<dtml-var sequence-item>"><br>
</dtml-in>
</dtml-with>

--jfarr

"Perl is worse than Python because people wanted it worse."
Larry Wall, 14 Oct 1998