Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Visual Studio 的 C# 解决方案中有一个测试项目。
在同一个项目中是一个 .config 文件?
有什么方法可以在运行时获取该文件的路径吗?
采用
Path.GetDirectoryName(Assembly.GetEntryAssembly().Location)