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

<!--- Delete the documents directory. --->
<cfzip
	action="delete"
	file="#ExpandPath( './data.zip' )#"
	entrypath="documents"
	/>

For Cut-and-Paste