Hello, I'm trying to list the contents of a zip file without being recursive. So I want it to just show the .mpkg or .pkg directory at the root of the zip file.
<cfzip action="list" zipfile="#x#" filter="*.mpkg, *.pkg" variable="entry" recurse="false"> When I run this command I always get all of the zip file contents. Am I doing this wrong? Thanks, Charlie -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
