Learning ColdFusion 8: CFZip Part V - Deleting Zip File Archives

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

For Cut-and-Paste