string path = @"D:\001"; // 文件夹目录 System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo(path); int fileCount = dir.GetFiles().Length; // 该目录下的文件数
string path = @"D:\001"; // 文件夹目录 System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo(path); int fileCount = dir.GetFiles().Length; // 该目录下的文件数