Inside Out Outside In

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.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
Steve Bryant's Gravatar Looks nice!\n\nWhat kind of license? Any restrictions on use?
# Posted By Steve Bryant | 4/5/07 3:34 PM
Christopher Wigginton's Gravatar No license. Use it however you wish.
# Posted By Christopher Wigginton | 4/5/07 3:54 PM
Panos's Gravatar Really nice! I just used it and works like a charm!
Thanx from Greece

Panos
# Posted By Panos | 1/22/08 11:07 AM