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

<!--- Delete all contents of the Zip archive. --->
<cfzip
	action="delete"
	file="#ExpandPath( './data.zip' )#"
	/>

For Cut-and-Paste