unzip specific folder of zip file

7 次查看(过去 30 天)
Lutas
Lutas 2016-3-9
评论: Stephen23 2016-3-9
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

回答(1 个)

Stephen23
Stephen23 2016-3-9
编辑:Stephen23 2016-3-9
  2 个评论
Lutas
Lutas 2016-3-9
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 2016-3-9
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Search Path 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by