Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我认为很简单,但似乎找不到有用的东西。使用 rubyzip 或 zippy。
我需要将“path/to/my/file.zip”提取到“path/to/my/file”
两种宝石的文档都非常少。
为什么不直接调用gunzip过程?
system("gunzip -S '.zip' file.jpeg.zip")
无需使用/安装任何 gem。