从 Adobe AIR 应用程序访问 CD/DVD 驱动器进行备份
是否可以从 Adobe AIR 应用程序刻录 CD/DVD? 如何? 我希望我的应用程序在 CD/DVD 上进行一些备份。 还有其他选择吗?
Is it possible to burn a CD/DVD from an Adobe AIR app?
How?
I want my application to take some backup on the CD/DVD.
Any other options?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然可能有一个外部库可以执行此操作,但 AIR 无法直接刻录 CD 或 DVD。 它最多能做的就是在本地文件系统上读取、写入和复制文件。
如果要备份数据,可以将数据写入文件系统的其他位置。
While there may be an external library somewhere that can do this, AIR cannot burn CDs or DVDs out of the box. The best it can do is read, write and copy files on the local file system.
If you want to back up data, you can write your data elsewhere on the file system.