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.
所以我正在将一个 xml 文件写入本地 Storagefolder
using Windows.Storage; StorageFolder localFolder = ApplicationData.Current.LocalFolder;
我想在 Windows 资源管理器中查看此文件以进行调试。
有什么办法吗?
它位于
C:\Users\*Username*\AppData\Local\Packages\*application specific letters and numbers*\LocalState
Path您可以通过探索对象的属性轻松确定路径localFolder。
Path
localFolder
您的所有应用程序数据都在 \Users\\Appdata\Local\Packages 中。选择您的应用程序,然后进入 LocalState 文件夹。