hi all, i need some help… i have many folders that i need to convert to .zip folders but i cant find a solution. the computer that i am using cannot be connected to the internet so it cannot download packages. It is using uipath studio 2018.2.6. Any help will be appreciated, thanks.
Hi @Aaronlim,
Yes, you can do this without any external packages. Follow the below steps
- Edit your xaml file, using notepad and add the following assembly reference System.IO.Compression.Filesystem
-
Open Studio and Import System.IO.Compression package.
-
Use InvokeCode activity and use this code
1 Like
alright works now, thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.