This will retrieve the path fine but look the following Xml file:
If you retrieve the path from this xml file you will get something like this in the string.
string filePath = "\r\n"
Which is the code for the return character and the new line character. You should not leave any spaces when specifying the path in the xml file.
1 comment:
Hmm, Seems like it did not display my Xml File. I hope the reader will understand what I am trying to convey here.
Post a Comment