Can I write file on SD Card

故事扮演 提交于 2019-12-12 09:45:02

问题


With the new SDK 8.1 of Windows Phone is there a way to write file on SD Card ? Before we could only read. I have an idea to save file from my app on SD Card and this can be interesting for the Lumia 520 who have few memory.


回答1:


More information about Data and Files you will find in the documentation. And as written here:

What you can access

Your app can only read and write files of file types that the app has registered to handle in the app manifest file.

Your app can also create and manage folders.

So if you had declared File Type Association - there shouldn't be a problem to write/read files.

Note also that your App can be installed on SD Card, then all its files will be located there.



来源:https://stackoverflow.com/questions/23296804/can-i-write-file-on-sd-card

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