17 Aug
2003
17 Aug
'03
11:31 a.m.
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)"
tal.repeat="obj python:filter(lambda item:not (item.getId()=='unwanted_file'),here.getFolderContents(suppressHiddenFiles=1));