i need to check if a xml file exists in a specific directory, if doesn't exist it should create one with the information from the text boxes otherwise it should just update the xml document with the textbox info
XML document
Collapse
X
-
Look into File.Exists method, modify and save Xml doc...Also look into XmlDocument class and XmlNode class
Comment