CFC Zipper 1.5
I added some enhancements to my zipper.cfc, a cfc that zips up folders, lists contents of a zip file, as well as extraction. Designed for CFMX 7
zipDirectory
Zips up a target directory into a zip file with options to include path information for the zip entries and directory recursion.
Takes 4 arguments; directory,zipFilePath,includePath, and recurse.
zipList
Returns a query of the contents of the zip file, providing name, path, modified date,size, packed size, and ratio.Takes a single argument ;zipPath
zipExtract
Extracts out the contents of a zip file to a target directory.
Takes two arguments; zipFilePath and targetDirectory
You can download it here.
Let me know if you encounter any problems or have any suggestions.


Thanx from Greece
Panos