in reply to Unable to Extract the Zip file

So what do other programs say about that file? For example , can http://www.7-zip.org/ open it?

What does https://metacpan.org/source/PHRED/Archive-Zip-1.56/examples/ziptest.pl say about the file?

File::Find::Rule

use File::Find::Rule qw/ find rule /; my @zips = find( file => name => '*.zip' , in => 'C:\Users\vinayas1\Desktop\Automation', );

Replies are listed 'Best First'.
Re^2: Unable to Extract the Zip file (ziptest.pl)
by senthil_v (Sexton) on Dec 29, 2015 at 09:58 UTC

    Thanks for your reply. i have ran the code as you given by the link. but still issue has persist as it was returned same error. please guide me for other option to resolve the issue.

    Thanks,

    Senthil. V

      Thanks for your reply. i have ran the code as you given by the link. but still issue has persist as it was returned same error. please guide me for other option to resolve the issue.

      I asked you to try three things, other programs (zip), and 7zip, and ziptest.pl

      If all three programs say the file isn't zip, your search is over, nothing left to do, problem is the file