<span style="font-size:18px;"> string path = Assembly.GetExecutingAssembly().Location; //获取用于程序当前的工作目录
string filePath = Path.GetDirectoryName(path);//获取目录信息
string fileName = "a.txt";//文件名
string fullFiles = Path.Combine(filePath, fileName);</span>
winfrom 获取用于程序当前的工作目录
最新推荐文章于 2023-05-06 10:21:41 发布