Search This Blog

Wednesday, June 8, 2016

How to access the files in bin/debug within the project folder in Visual studio 2012?

string executableLocation = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
string xslLocation = Path.Combine(executableLocation, "doc.xml");

No comments:

Post a Comment