Learning ColdFusion 8: CFZip Part III - Reading Zip File Entries

<!--- Read the zip archive file into a ColdFusion query. --->
<cfzip
	action="list"
	file="#ExpandPath( './data.zip' )#"
	name="qFile"
	/>

For Cut-and-Paste