Hi,
I want to zip the folder in Uipath. How can I achieve this?
Thank You,
Saili
Hi,
I want to zip the folder in Uipath. How can I achieve this?
Thank You,
Saili
Hi @saili try this activity. Zip UnZip Activities - RPA Component | UiPath Marketplace

Script.zip (957 Bytes)
You can use invoke VBscript or bat file for that,
please find the attached “Zipper.vbs” and “RunZipper.bat”.
not able to find target type
Hi @saili
RPA Listings - Collections, Integration Packs | UiPath Marketplace
use above package
ZIPfolder.xaml (4.9 KB)
Posting answer if it anybody would need in future.
Solved the above problem asked by adding reference assembly into the xaml manually as seen in post
Assembly to be added
“xmlns:sic=“clr-namespace:System.IO.Compression;assembly=System.IO.Compression.FileSystem””