How do I find the application\'s path in a console application?
In Windows Forms, I can use Application.StartupPath to find the current path, but this d
Application.StartupPath
in VB.net
My.Application.Info.DirectoryPath
works for me (Application Type: Class Library). Not sure about C#... Returns the path w/o Filename as string