Need to store a directory name from a from textbox into an xml document.

FolderBroserDia log returns a value like C:\\windows, but when it is stored into the textbox it is C:\windows. Sometimes the user will enter the value directly.

Ultimately I need to store a value from the textbox.Text into an xml document in a format like C:\\windows, so if it is entered as c:\windows I need to save as c:\\windows.

...