Skip to main content
Inspiring
May 31, 2008
Question

CFZIP & Maintaining Directory Structure

  • May 31, 2008
  • 1 reply
  • 358 views
I'm playing with the Developer Edition of ColdFusion 8, the CFZIP in particular.

I'm using CFZIP to zip three directories worth of images, and want to maintain directory structure as the images in each of the three directories have overlapping names. Is there a way to maintain directory structure with CFZIP?

I'm using CFZIP, with three CFZIPPARAMs within (one for each of the three folders to be compressed).
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    June 2, 2008
    where are the tree folders located ?
    are they in differnt locations ?
    or in same root directory ?
    If same root directory try using recursive
    <cfzip action="zip" file="d:/ad.zip" source="d:/asd" recurse="yes">