android - To create xml file inside the direct of the project of my mobile XAMARIN -


i want create xml file inside directory of project, create command can edit , subscribe it. how can increment in project in simple , basic way?

xdocument rss = system.xml.linq.xdocument.load(url); rss.save(path.combine(system.environment.getfolderpath(system.environment.specialfolder.personal) + "/inicio.xml")); 

var path = environment.getfolderpath(environment.specialfolder.applicationdata); var filename = path.combine(path, "inicio.xml"); rss.save(filename); 

Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -