suppose my sample xml is
<?xml version="1.0" encoding="utf-8"?><root><Folder><path>C:\Users\bsushil\Documents\Sharpdesk Desktop\Tinki</path><name>Tinkiiiii</name></Folder><Folder><path>C:\Users\bsushil\Documents\Sharpdesk Desktop\Tinki\New folder</path><name>New folder</name></Folder><Folder><path>C:\Users\bsushil\Documents\Sharpdesk Desktop\Tinki\New folder (1)</path><name>New folder (1)</name></Folder></root>
now tell me how could i iterate in xml data for path and name ?
i found few good sample url
https://social.msdn.microsoft.com/Forums/en-US/cf1b9d51-b1d3-49cd-b6b6-cad0c504d899/how-to-loop-through-certain-xml-nodes?forum=csharpgeneralhttps://www.codeproject.com/Questions/1232542/How-to-iterate-XML-file-using-Csharp
https://answers.unity.com/questions/513582/how-to-iterate-through-every-node-in-xml.html
https://www.experts-exchange.com/questions/28897804/XML-Loop-through-nodes-via-C.html
https://forums.asp.net/t/2094931.aspx?Loop+through+XmlNodeList+with+C+
https://stackoverflow.com/questions/2915294/iterating-through-all-nodes-in-xml-file