我正在使用xamarin
用于android,我试图找到XML
文件的路径来读取/编辑/写入它。
首先,我尝试了资产,但我不能写它,所以我试图找到Resources
目录的路径。
我知道资产的路径是
StreamReader rInereral=new StreamReader("//data//data//MbProject.MbProject//files//invitation.xml");
我尝试写一条路径:
StreamReader rInereral=new StreamReader("//data//data//MbProject.MbProject//Resource//files//invitation.xml");
但它没有用。 请尽快帮助。