<!---
	Unzip the zip archive into the directory
	named "unzipped_flat". Instead of keeping the
	archive entry path structure, we are going to
	unzip all of the entries directly into the
	root of our target directory.
--->
<cfzip
	action="unzip"
	file="#ExpandPath( './data.zip' )#"
	destination="#ExpandPath( './unzipped_flat/' )#"
	storepath="false"
	/>