how to get the startup path in console app

96

how to get the startup path in console app -

var GetDirectory = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);

Comments

Submit
0 Comments