How do I get the path of the assembly in C#.Net
How can I get the application’s path in a .NET console application? Get path for my assembly. System.Reflection.Assembly.GetEntryAssembly().Location;
How can I get the application’s path in a .NET console application? Get path for my assembly. System.Reflection.Assembly.GetEntryAssembly().Location;