Simple question, how do i overwrite with a xmltextwriter?
I use var writer = new XmlTextWriter(exam.Path, null);
.
SO if i have a new document it writes as i should be.
But if the document already exists, how do i overwrite this document by a new document?