c# 取当前运行程序目录的方法

1、string strPath = AppDomain.CurrentDomain.BaseDirectory;

2、string filePath = Application.StartupPath;

posted on 2021-06-07 10:05  xihong  阅读(152)  评论(0)    收藏  举报

导航