I have a folder that contains a large number of .zip files.
Can I build an action loop with WHILE or IF that will do the following:
Find a zip file (example: called goodfile.zip)
Create a folder called goodfile if it does not exist.
Extract contents of goodfile.zip to this folder called: goodfile
delete goodfile.zip
Now look for the next file with a .zip extention and repeat this until all the .zip files have been extracted.
Thanks to anyone for some help on this.
Currently the zip file does not have the recursive folder name but I could change that if necessary.
Can I build an action loop with WHILE or IF that will do the following:
Find a zip file (example: called goodfile.zip)
Create a folder called goodfile if it does not exist.
Extract contents of goodfile.zip to this folder called: goodfile
delete goodfile.zip
Now look for the next file with a .zip extention and repeat this until all the .zip files have been extracted.
Thanks to anyone for some help on this.
Currently the zip file does not have the recursive folder name but I could change that if necessary.
Comment