Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFZIP & Maintaining Directory Structure

Participant ,
May 30, 2008 May 30, 2008
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).
320
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 02, 2008 Jun 02, 2008
LATEST
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">
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources