Is there any way to unzip folder/sub folder and files in path in one go
For example
In path , multiple folders are available , some are zipped & some are not
Zip folder also contains zipped subfolder & zipped files
Want to perform unzip for file/folder if it is zipped & copy to another folder including not zipped file/folder.
Yes it will…After unzipping do a check of zip and call the unzip xaml again…use a while loop till you don’t find a zip so that the loop continues till zip files/folders are there
So basically you have to call the same xaml again if you want to unzip by checking the zip folders again… if you want more recursion then change it accordingly