I'm working on a .Net console application and need to get the application's path. Can someone please let me know how to do it?
var path = Environment.CurrentDirectory;
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
var path = Environment.CurrentDirectory;