I want to manage, i.e., insert, edit, and retrieve, data in a simple XML file. Here is a sample of the file:
D:\Proj.net
I can write the file with XmlTextWriter, but how do I edit a given item, say the InPaths collection, after the file exists. XmlTextWriter seems limited.
TIA,
Royce