Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: how to extract zip files to specified location

by ~~David~~ (Hermit)
on Dec 06, 2007 at 23:48 UTC ( [id://655553]=note: print w/replies, xml ) Need Help??


in reply to how to extract zip files to specified location

This way is easy:
my $endpath = 'C:\blah\blah\; foreach (@members){ $zip->extractMember( $_, "$endpath\\$_"); }
~~David~~

Replies are listed 'Best First'.
Re^2: how to extract zip files to specified location
by bliako (Monsignor) on Sep 13, 2019 at 12:00 UTC

    This works for me even when archive contains subdirs (e.g. META-INF/manifest.xml)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://655553]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-28 17:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found