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.
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.
You can use Extract/UnZip activity
You can provide the password after that you can use Move File activity
Hope this may help you
Thanks
You can create a variable which you can use in later and variable is a DirectoryInfo type
Also check below documentation
https://docs.uipath.com/activities/docs/extract-files
Hope this may help you
Thanks
@Srini84 You can sample flow for show me?