0
votes

I'm developing a windows phone 8 app and I am writing in some files. Sometimes I want to open thees file in a new file explorer to see their content, not read them from c# code. Any idea where can I find a IsolatedStoargeFolder or something?

The isolated storage explorer tool did not helped me.

2

2 Answers

1
votes

There's no way to use File Explorer to navigate Isolated Storage unfortunately.

The Windows Phone Power Tools work well as an alternative, although they don't currently work with 8.1 Emulators http://wptools.codeplex.com/

1
votes

You can try IsoStoreSpy. A cool place to view your Isolated Storage files on both WP 8.0 and WP 8.1 device/emulator. Check it out.