var dir = new DirectoryInfo(Path);
foreach (FileInfo flInfo in dir.GetFiles())
{
String name = flInfo.Name;
long size = flInfo.Length;
DateTime creationTime = flInfo.CreationTime;
const int counter = 0;
int count = counter + 1;
}
我正在获取路径但没有读取内容和文件信息