Can I write some data to SD card on Windows Phone 8

sun*_*nbo 4 windows-phone-8

I checked Windows Phone 8 SDK document, and find that we can read the data from SD card, but we can't write something to it, is my understanding right?

Mar*_*han 10

您可以使用ExternalStorage API和ID_CAP_REMOVABLE_STORAGE功能对SD卡上的指定文件进行只读访问,但不能写入此存储.
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj720573(v=vs.105).aspx