The blog has moved to the new site F10Debug.com

Sunday, October 8, 2017

Application's path in a .NET console application

How can I get the application's path in a .NET console application? OR Get path for my assembly.

System.Reflection.Assembly.GetEntryAssembly().Location;

No comments:

Post a Comment