Community

Copying XML Documents Using C#

(Mahesh Chand) If you just need to copy an XML file to a different location or a different name, you can use the File.Copy method. The File class is defined in the System.IO namespace. Don’t forget to import the namespace by adding the following line to your code.

Read More - Register for Free Membership