SyntaxFix
Write A Post
Hire A Developer
Questions
String exePath = System.Reflection.Assembly.GetExecutingAssembly().GetModules()[0].FullyQualifiedName; string dir = Path.GetDirectoryName(exePath);
Try this!