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.
我正在重写一个用 Adobe AIR - 本机 - Java 编写的应用程序。在 applicationStorageDirectory 的 config.xml 中存储了一些首选项,我仍然希望在 Java 代码中访问这些首选项。有谁知道如何用 Java 访问这个文件?
在 AIR 中,ApplicationStorageDirectory解析为以下路径之一,具体取决于操作系统:
ApplicationStorageDirectory
Windows 7 / Vista: %USERPROFILE%/AppData/Roaming/应用程序名称
Windows XP: %USERPROFILE%/应用程序数据/应用程序名称
Mac OS X: ~/Library/Preferences/应用程序名称
Linux (Ubuntu): ~/.appdata/应用程序名称
Android: /data/data/应用程序名称