Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试找到一种方法来计算一个名为“images”的文件夹中有多少文件,该文件夹位于我已经在其中的文件夹中。
这是我一直在尝试的代码,但我收到了一条错误消息:
代码:
count = System.IO.Directory.GetFiles(System.Web.HttpContext.Current.Server.MapPath("/images"), "(asterisk symbol).(asterisk symbol)").Count()
错误消息说它找不到路径。
在调试问题时,将代码行分成更小的部分,以便更容易看到。我会先打印出System.Web.HttpContext.Current.Server.MapPath("/images"). 然后看看这是否是一个真正的文件夹。.
System.Web.HttpContext.Current.Server.MapPath("/images")