摘要: Mark 1、获得当前运行程序的路径 string rootPath = Directory.GetCurrentDirectory(); 2、获得该文件夹下的文件,返回类型为FileInfo string path=@"X:\XXX\XX"; DirectoryInfo root = new Di 阅读全文
posted @ 2020-12-27 20:05 cyhfch 阅读(88) 评论(0) 推荐(0)