Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7715867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:29:40+00:00 2026-06-01T02:29:40+00:00

Is it possible to create a ZIP archive using IO::Compress::Zip without retaining the full

  • 0

Is it possible to create a ZIP archive using IO::Compress::Zip without retaining the full paths of the incoming files?

For example – if I add /tmp/foo/file.pdf to a zip file, I want the /tmp/foo path dropped when it is added to the archive. Is this possible? Is there another module that can do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T02:29:42+00:00Added an answer on June 1, 2026 at 2:29 am

    See the FilterName option in the documentation for IO::Compress::Zip

    Although this option can be used with the OO ointerface, it is of most
    use with the one-shot interface. For example, the code below shows how
    FilterName can be used to remove the path component from a series of
    filenames before they are stored in $zipfile.

    sub compressTxtFiles
    {
        my $zipfile = shift ;
        my $dir     = shift ;
    
        zip [ <$dir/*.txt> ] => $zipfile,
            FilterName => sub { s[^$dir/][] } ;  
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to create a zip archive using PowerShell?
I am using the PHP ZipArchive class to create a ZIP archive. The archive
I'm trying to create zip files on the fly in C++, I'm using 7-zip
Is it possible to create .zip files in objective C ? Any libraries available
Is it possible to create a Zip-Archive in Java if I do not want
Is it possible to create a REST web service using ASP.NET 2.0? The articles
Is it possible to create Windows CE 5.0 images (ie: nk.bin) from VS2005/VS2008 without
Is it possible to create Selenium tests using the Firefox plugin that use randomly
Given URL of an archive (e.g. a zip file) Full name (including path) of
Possible Duplicate: Using ZXing to create an android barcode scanning app I know it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.