<!--- Delete any manual files that are located anywhere within the zip archive. ---> <cfzip action="delete" file="#ExpandPath( './data.zip' )#"> <!--- Delete manual files. ---> <cfzipparam filter="manual*" /> </cfzip>