<cfzip action="list" zipfile="c:\somepath\somezip.zip" variable="x">
<cfdump var="#x#">
or
<cfzip action="extract" zipfile="c:\somepath\some.zip" destination="c:\somedir">
or
<cfzip action="create" source="c:\somedir" zipfile="c:\somepath\somenew.zip">
You can also name the input files/paths on a nested CFZIPPARAM tag. There's also support to control recursion and compression level, as well as support for flattening the result of an extraction (not preserving the folder structure) and much more.
See the 6.2 Enhancements Guide, available online (also accessible via the beta downloads page link in the earlier entry).