hi,
i am using Archive::zip to zip up a folder containg certain files. I am using $zip->addFile() to add the files, and then using $zip->writeToFileNamed() to actually write to a zip file.
however, the files stored in the zip file do not maintain the file permissions. all of them have the write permission
i want to make sure that in case i zip a file which has read only permission, it should remain so when i unzip the file.
please let me know incase there are any API's that are available which will help me out with this.
I am using $zip->extractMember() to get the files from the zip file
Regards
Gautam
Gautam
Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'
_______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
