有适用于 Adob​​e AIR 的 Unrar 吗?

发布于 2024-10-15 23:38:01 字数 101 浏览 4 评论 0原文

我正在开发一个文件系统应用程序,我需要能够扩展 rar 文件。我有办法做到这一点吗?

更新
应该澄清一下。我的目标平台是移动平台

I'm working on a file system app and I need to be able to expand rar files. Is there a way I can do that?

UPDATE
Should have clarified. My target platform is mobile

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

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

发布评论

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

评论(1

晌融 2024-10-22 23:38:01

您可以利用 NativeProcess 类运行 UnRAR 命令行工具。

如果您需要本地 unrar 实现,那么它可能会变得“稍微”多一些。但是您可以尝试 Alchemy 是否可以帮助您将 UnRAR C++ 源代码转换为 ActionScript。

You could utilize the NativeProcess class and run the UnRAR command line tool.

If you need a native unrar implementation then it could become it "little bit" more work. But you could try if Alchemy can help you in converting the UnRAR C++ source code into ActionScript.

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