笔记

//.net core获取应用程序运行目录
String Path1 = AppContext.BaseDirectory; 
String Path2 = Path.GetDirectoryName(typeof(Program).Assembly.Location);
//返回*******binDebug
etcoreapp2.0
原文地址:https://www.cnblogs.com/binzi/p/13402158.html