问题
My C#/XAML WinRT app makes use of ApplicationData.LocalFolder
to store data. I'm wondering if there's any size limit for this folder. I didn't find any information on the web/MSDN... Is this folder limited in size or not?
回答1:
As you can read in the documentation available at http://msdn.microsoft.com/en-us/library/windows/apps/hh464917.aspx:
There are no general size restriction on local data stored.
来源:https://stackoverflow.com/questions/12857077/size-limit-of-local-folder