且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Windows窗体应用程序中获取应用程序物理路径

更新时间:2023-10-21 15:06:52

这将返回您的应用程序的完整路径

This will return the complete path to your Application

System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)