一款简单易用的基础网络通讯组件库。

StaticFilesPoolContainsFolder 方法

检查指定路径的文件夹是否存在于集合中。

Definition

命名空间: TouchSocket.Http
程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public bool ContainsFolder(
	string path
)

参数

path  String
要检查的文件夹路径。

返回值

Boolean
如果文件夹存在于集合中,则返回true;否则返回false。

参见