Download and Save XML from Network

Helo all,
I want to ask about download and saving data from network.
I don’t know how to save and access the xml file which saved.
Where does it saved (path)?
In android?
In iOS?
In WP8?
and etc

I just to try search any link explaining about this, but no one.

Hi,

I just started this too, check out:
http://wiki.unity3d.com/index.php?title=Save_and_Load_from_XML

worked perfectly for me, and easily modifiable.

If needed to send from network, send the XML as a sting: on that link the string is the “_data”

THanks for the response.

And the next, what about security?
Is the file can be accessed by user from OS?
ex:
The file will save in Application.dataPath, so user can read the file. Isn’t it?
If so, how to make it secure?