Unzip will not work on some archives
Show older comments
When I run the unzip function, it will fail on certain archives. What really confuses me is that I can extract an archive's contents manually via the gui (right click an archive -> unzip).
Error message is simply "Invalid ZIP file:
C:\users\Desktop\myzipfile.zip"
The zip file is not invalid, and it is not corrupted
4 Comments
Walter Roberson
on 11 Apr 2023
.zip files can contain any of a number of different compression schemes. unzip() only handles some of them.
Matthew Rademacher
on 12 Apr 2023
Walter Roberson
on 12 Apr 2023
Edited: Walter Roberson
on 12 Apr 2023
Matthew Rademacher
on 24 Apr 2023
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown 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!