Windows Phone 7 Manage files

不羁的心 提交于 2019-12-25 02:19:47

问题


I have storaged a web in the phone using the isolated storage and now It has to download pdf into the phone and be able to transfer it to a PC.

Since the isolated storage only let you use the files of an app in that same app, it is posible to accomplish what i want in Windows Phone 7?


回答1:


No, Windows Phone OS uses the Sandbox principle witch isolates app data so that other apps cannot access and/or modify other app's data.

The only public part of WP app are known libraries as mediaLibrary and in some WindowsPhone versions Documents Library

Check this
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj681698(v=vs.105).aspx



来源:https://stackoverflow.com/questions/22984537/windows-phone-7-manage-files

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