Hi, I have a folder with several subfolders, each subfolder has zip files, I am trying to unzip each file that is in each subfolder but it has not been possible.
I mean, I need it to enter each folder and if there are zip files then unzip them and so on with all the folders.
The “typeArgument” of the for each is “System.IO.FileInfo” this way I get the “extract” activity to allow me to use “item.FullName” and “item.DirectoryName” as shown in the image, then if I change the “TypeArgument” it will show me an error.
The folders (purple color) have zip files which are unzipped in folders (green color) but as you can notice they are unzipped outside their place of origin, I need them to be stored inside the same folders (purple color).