开发者

WP7 -- finding isolatedStorage files on my computer

I am t开发者_JS百科rying to use the C# class IsolatedStorageFile to write some data to a file in my app. This is using the simulator. I would like to look on my computer to see if it worked (i.e., look at the file in notepad). Where can I find that file?


The Isolated Storage is stored in the emulator, which is a virtual machine, and not directly on your harddrive. You'll have to code your own file viewer (e.g. from within your app, load the file from Isolated Storage and display the text using StreamReader). I vaguely remember that the Mango toolkit (out in May) features an IsolatedStorage viewer built into the emulator, but I'm not sure what features it has.

You might be interested in this blog post. It explains how to export your file to your desktop.


You can download IsolatedStorageExplorer And use it to download file from IsolatedStorage to Computer. Check out this Post and Answer given by Matt Lacey

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜