unzip specific folder of zip file

5 views (last 30 days)
Lutas
Lutas on 9 Mar 2016
Commented: Stephen23 on 9 Mar 2016
Hello,
I want to unzip a whole folder and it's contents or a specific zip file. I found a solution to unzip one file of a zip file with the system(['unzip'.... ]) command but how can I unzip a whole folder with it's contets then to a specific target directory.
Thanks

Answers (1)

Stephen23
Stephen23 on 9 Mar 2016
Edited: Stephen23 on 9 Mar 2016
  2 Comments
Lutas
Lutas on 9 Mar 2016
Thanks but I've already checked these threads. The thing is that they try to unzip specific files but not entire folders consisting of files
Stephen23
Stephen23 on 9 Mar 2016
You will have to use some external command. Two obvious options are either Java (such as the first link) or a COM link to any upzip program that you prefer.

Sign in to comment.

Categories

Find more on Search Path in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!