Unzip password protected Zip files

Hey guys, @badita

I want to use Invoke Method and unzip a password protected zip file at a file location.
I tried BalaReva and it worked. But, I wanna unzip it using Invoke Method.
There maybe multiple Zip files at a location with different passwords, which are to be unzipped using Invoke Method.

Thanks.

1 Like

@NiranjanKN,

Check this post,

unzip.xaml (5.6 KB)

Hi, you can try use command line with password option. Example with 7zip:

7z x Yourzipfilfe.zip -pYourPassword