C#获取文件夹下所有的文件
1、获得当前运行程序的路径
string rootPath = Directory.GetCurrentDirectory();
2、获得该文件夹下的文件,返回类型为FileInfo
0
0
0
精彩评论