Link to home
Start Free TrialLog in
Avatar of sadimul
sadimul

asked on

Unzip the file

Hi Experts,

I have a zipfile with the password protection. I was wondering if there is a way to unzip the file without using any 3rd party components in Vb.net. Help is much appreciated.

Avatar of plusone3055
plusone3055
Flag of United States of America image

Avatar of Éric Moreau
can you at least use DotNetZip? http://dotnetzip.codeplex.com/
Avatar of sadimul
sadimul

ASKER

http://www.codeguru.com/forum/showthread.php?t=443029


The above link works perfectly. What if the zip file is password protecte?
Avatar of sadimul

ASKER

I know the password of the zip file. I need to know how to unzip the file via .net code by passing the passowrd.
Avatar of sadimul

ASKER

Is it a 3rd party component?
which code are you talking exactly? I see some using sharpziplib (which is a free 3rd party like DotNetZip)!
ASKER CERTIFIED SOLUTION
Avatar of sadimul
sadimul

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sadimul

ASKER

I got it resolved from 3rd part DLL I found.