Silverlight IsolatedStorage 查看保存到用户的本地文件

一行代码:

   var file =IsolatedStorageFile.GetUserStoreForApplication();

file 有 AviableFreeSpace, UsedSize,.....,  m_AppFilesPath . 

m_AppFilesPath 就是你需要的。

如果你直接用记事本打开,看到的是乱码。 需要先用ie打开,再ctr+a , 在past到记事本中。你就能看到数据。

posted @ 2010-11-30 15:23  mjg  阅读(465)  评论(0)    收藏  举报