点击或拖拽改变大小

MqttServerGetGroupFromFilePath 方法

根据路径信息获取到文件列表管理容器,如果返回空,表示不存在。
The file list management container is obtained according to the path information. If the return is empty, it means that it does not exist.

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public GroupFileContainer GetGroupFromFilePath(
	string[] groups
)

参数

groups
类型:SystemString
文件路径信息

返回值

类型:GroupFileContainer
文件列表管理容器
参见