如何使用 Adob​​e Air 下载并解压 .ZIP 文件夹?

发布于 2024-09-03 00:37:09 字数 151 浏览 3 评论 0原文

如何使用 Adob​​e Air 下载并解压 .ZIP 文件夹?因此,我有该 zip 文件 example.com/zip.zip 的 http 链接,我需要一个函数将其下载到用户硬盘驱动器上并将其解压到文件系统上的某个文件夹中。

这样的事该怎么办呢? (请提供代码示例)

How to download and unpack .ZIP folder using Adobe Air? So I have http link onto that zip file example.com/zip.zip I need a function to download it onto users hard drive and unpack it into some folder on filesystem.

How to do such thing? (code example, please)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云醉月微眠 2024-09-10 00:37:09

FZip 是一个 Actionscript 3 类库,用于加载、修改和
创建标准 ZIP 存档。FZip 逐步解析 ZIP 存档,允许在加载存档时访问包含的文件。

FZip is an Actionscript 3 class library to load, modify and
create standard ZIP archives.FZip parses ZIP archives progressively, allowing access to contained files while the archive is loading.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文