Rubyzip - 可以设置提取文件夹吗?
我的问题是我需要为使用 Rubyzip 生成的 zip 文件设置根提取文件夹。该 zip 文件将在 Windows 中作为自解压文件打开。这个选项在 Rubyzip 中可用吗?或者这是存储在 Windows 注册表中并由 Windows 中的集成 zip 功能使用的值?
My problem is that I need to set the root extraction folder for a zip-file I'm generating by using Rubyzip. The zip-file will be opened in Windows as self-extractable. Is this option available in Rubyzip? Or is this a value that is stored in the Windows registry and used by the integrated zip-functionality in Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您将面临另一个问题,因为 RubyZip 本身并不制作可自解压的档案。
可以将 zip 提取器二进制文件与存档数据合并为可提取的 .exe。我猜想没有 zip 提取器来保存提取目的地的默认路径,因为有对话框提示。
看一下,此帖子可以帮助 http:// groups.google.com/group/brighton-ruby/browse_thread/thread/89b2e9ac4dfbed3b?pli=1
此致,bv
Looks like you will face another problem, as RubyZip itself doesn't make self-extractable archives.
There are possibilities to combine a zip-extractor binary with your archived data into extractable .exe. And I guess there are no zip-extractors to hold default path for extraction destination, as there is dialog prompting for.
Have a look, this thread can help http://groups.google.com/group/brighton-ruby/browse_thread/thread/89b2e9ac4dfbed3b?pli=1
Regards, bv