在 AIR 2 beta 中卸载可移动驱动器
我今天在 AIR 项目中遇到了一个大问题(我正在使用新的 AIR 2 beta SDK)。是否可以从 Mac OS X 上的 AIR 应用程序内部卸载闪存驱动器?我找不到任何解决方案。谢谢!
I ran into a huge problem with my AIR project today (I'm using new AIR 2 beta SDK). Is it possible at all to unmount a flash drive from inside the AIR app on Mac OS X? I can't find any solutions. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己想出来了。使用 NativeProcess 类运行 diskutil unmount Unix 命令。
Figured it out myself. Use NativeProcess class to run diskutil unmount Unix command.