如何使用ASP.NET和C#从文件夹中获取文件数量?
System.IO.Directory myDir = GetMyDirectoryForTheExample(); int count = myDir.GetFiles().Length;