Handling NULL Values In ColdFusion
while (objZipEntry != null){ ... }
For Cut-and-Paste
while (objZipEntry != null){ ... }