Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个 AIR 应用程序。但是,与普通发行版不同,我想在 CD 上出售这些。我希望 AIR 应用程序只能在 CD 位于 CD 驱动器中时运行(我不在乎人们可以破解这个,这是我想要的默认行为)有人知道这是否可能吗?
您可以通过以下方式获取驱动器列表:
var drives:Array = File.getRootDirectories();
接下来,您要检查那些 spaceAvailable = 0 的文件是否包含 CD 上的文件。如果磁盘不在驱动器中,驱动器将不会列在阵列中。