Size limit of local folder?

烂漫一生 提交于 2019-12-10 15:13:36

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!