How to unzip a password protected compressed zip folder?

I want to loop file in folder “C:\Users\Tiffa\Desktop\tot” by in folder have many zip file.

I want to unzip and key password and move file in folder zip to another folder.

Please guide me about it.

@Maria99

You can use Extract/UnZip activity

You can provide the password after that you can use Move File activity

image

Hope this may help you

Thanks

1 Like

@Srini84​ what​ fill​ in​ extracted​ contents folder?

@Maria99

You can create a variable which you can use in later and variable is a DirectoryInfo type

Also check below documentation

image

https://docs.uipath.com/activities/docs/extract-files

Hope this may help you

Thanks

@Srini84 You​ can​ sample flow​ for​ show​ me?

@Maria99

Check below post for your reference

Hope this may help you

Thanks