Unzip all file in folder?

I want to unzip all file in folder (D:\Data\Input)
image

—> delete file zip → move data in data folder after unzip to D:\Data (File in folder zip same name with folder zip)

image

Please guide me about it.

Hi @fairymemay

You can make use of ‘Extract/Uuzip Files’ and ‘Delete Folder’ activities in UiPath

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

Hope this will be helpful. Thank you.

@fairymemay

I have implemented an alternative solution as well for this by using PowerShell script.

It’s very simple to use.

Code:
UnzipFilesAndDelete.zip (3.2 KB)

Hope this will be helpful. Thank you.

1 Like