codes:
XmlDocument.Save("data.xml");
It’s work well on pc!But on android mobile it’s not work!?
I know this code save data.xml in program’s root file!
Where it’s put data.xml on android mobile?
Thanks!
codes:
XmlDocument.Save("data.xml");
It’s work well on pc!But on android mobile it’s not work!?
I know this code save data.xml in program’s root file!
Where it’s put data.xml on android mobile?
Thanks!
Application.temporaryCachePath to file as a prefix.
hope this helps you…