View files with isolated windows 8 metro application files

I save some data and write some XML file to the isolated application store for Windows 8. Since I made some applications on a Windows phone, we can see these isolated store files using the isotool and Windows Phone tools. Is there anyway I can see and examine my files saved by my applications in the Metro 8 application?

+5
source share
1 answer

Windows 8 does not use isolated storage, for example, sliverlight / Windows Phone - instead, the written files are simply written to a special folder assigned to the application (for each user).

In particular:

C:\Users\[name]\AppData\Local\Packages

( ), - , . .

C:\Users\[name]\AppData\Local\Packages\91e643e0-f4a2-4e96-99cd-b1f1b13897aa_te6ss58atez9j
+6

All Articles