pmqs / Archive-Zip-SimpleZip

Perl5 interface to read/write Zip files
4 stars 5 forks source link

Added extractTofile() method to Archive::Zip::SimpleUnzip module #1

Closed vrag86 closed 5 years ago

vrag86 commented 5 years ago

Hello. I add method extractTofile which extract content of member to file

vrag86 commented 5 years ago

Usage: $member->extractToFile($filename)

$member - Member of zip archive $filename - Path to file name

pmqs commented 5 years ago

Thanks for the pull request. As it happens I already have the equivalent functionality in a unreleased version of this module that is almost ready to be released.

pmqs commented 5 years ago

Change 0f1e98f94c6e0c8a8a874311bcdc18cc90ea7b54 implements my version of extract.

Available in version 0.025 of the modules.

Thanks for the PR -- it prompted me to finish a feature I had half written.

Closing the PR.