15 Aug
2003
15 Aug
'03
9:04 a.m.
Jordan Carswell wrote:
How do I exclude a particular item from being returned from the following statement. I have a file i use with a particular name and I don't want it to show up in my listing...
tal:repeat="obj python:here.getFolderContents(suppressHiddenFiles=1)"
<div tal:condition="python:obj.Name() != 'unwanted_name'"></div> regards Max M