kkpatel
(Kamal)
1
Hi All
I need to unzip a zipped folder. How to do this in UiPath ?
1 Like
ImPratham45
(Prathamesh Patil)
2
Use Unzip Activity
For that GoTo Manage Packages In that Type Unzip for search then install them.
1 Like
kkpatel
(Kamal)
3
@ImPratham45 Is this accepted by all the clients in the industry ?
1 Like
ImPratham45
(Prathamesh Patil)
4
Yes This can be use anywhere anytime!
1 Like
kkpatel
(Kamal)
5
@Palaniyappan Can you please help on this ? Does UiPath have any solution for this ? Is it good to use any customized activity like the above one ?
Need urgent help …
mukeshkala
(Mukesh Kala)
6
You can use Invoke Code for same.
–
Mukesh
Hey can you please help me with this,
I am not able to find Target type:System.IO.Compression.ZipFile
mukeshkala
(Mukesh Kala)
8
Go to Import and Import it.

Also , Please update the parameters
1 Like
balupad14
(Balamurugan (BalaReva))
9
Hi @kkpatel,
As per the statistics , you can able to see the download counts. So avg 18 download per day.
The major advantage is with password. …
Thank you @ImPratham45
Thank you
Balamurugan.S
2 Likes
It is already present in Imports
mukeshkala
(Mukesh Kala)
11
hi @iVishalNayak
Please refer theBelow Thread .It is having the sample Example
–
Mukesh
1 Like
sarathi125
(Parthasarathi)
12
@kkpatel,
Check the attached workflow, this will check a path for the zip files and unzip it to a directory one by one if you have more zip files.
UnzipFilesAndMove.xaml (7.2 KB)