I have existing zip files created by a vendor supplied application. It generates directories of data, in the Zip file, and the directory names are long strings of arbitrary characters. Even though the directories have files in them, I want to delete certain directories as well as the files included within. An example directory:
"MyLabNotebook/Default/{A8C57B20-DFBD-492D-A4F7-B83D84D18CDA}"
The POD for Archive::Zip says it can be done but, I've searched the web and PerlMonks.org and and have yet to come up with a way to do it. I've tried a few ways and nothing seems to work.

I would settle for just renaming the directory and then delete them manually if I had to, but despite what it says in the POD, I can't seem to rename them either.

Any help would be greatly appreciated.

Thanks,
  EigenFunctions
  OpSys: Win7 Professional/Home Premium x64 Service Pack 1


In reply to Remove an existing, non-empty, directory re: Archive::Zip by EigenFunctions

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.