Thursday, December 18, 2008

Get current exe assembly folder location


string folderPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);

No comments: