Hi,
I have a code which copy nested folders and files from one directory to another and now i want to write xml file for that and when a new folder or file is copied it's entry will be appended in the existing xml file........I have worked on it by using "XmlTextWri ter" class but the problem is that how can i append it and i've also tried "XmlDocumen t" class with that i am unable to even write the xml correctly so anyone here can help me...........I am in real trouble with this.
Thanks In Advance.
I have a code which copy nested folders and files from one directory to another and now i want to write xml file for that and when a new folder or file is copied it's entry will be appended in the existing xml file........I have worked on it by using "XmlTextWri ter" class but the problem is that how can i append it and i've also tried "XmlDocumen t" class with that i am unable to even write the xml correctly so anyone here can help me...........I am in real trouble with this.
Thanks In Advance.
Comment