一行代码:
var file =IsolatedStorageFile.GetUserStoreForApplication();
file 有 AviableFreeSpace, UsedSize,....., m_AppFilesPath .
m_AppFilesPath 就是你需要的。
如果你直接用记事本打开,看到的是乱码。 需要先用ie打开,再ctr+a , 在past到记事本中。你就能看到数据。
一行代码:
var file =IsolatedStorageFile.GetUserStoreForApplication();
file 有 AviableFreeSpace, UsedSize,....., m_AppFilesPath .
m_AppFilesPath 就是你需要的。
如果你直接用记事本打开,看到的是乱码。 需要先用ie打开,再ctr+a , 在past到记事本中。你就能看到数据。