I am using c#. In my project I am having a xml folder in which i have an xml file say "file.xml".. I want to use the file in my project. I want to take that file from the current project itself,for that I am giving the path as:
xmlDoc.Load(@"..\xml\file.xml");
but it is not taking the file. It is showing some "C:" path.. how can I retrive this file from project itself.