点击或拖拽改变大小

MqttSyncClientGetSubGroupFileInfos 方法

获取服务器文件夹的指定目录的所有子目录的文件信息,包括每个子目录的文件数量,总大小,最后更新时间
Get the file information of all subdirectories of the specified directory of the server folder, including the number of files in each subdirectory, the total size, and the last update time

命名空间:  HslCommunication.MQTT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:10.5.1.0 (10.5.1.0)
语法
public OperateResult<GroupFileInfo[]> GetSubGroupFileInfos(
	string groups
)

参数

groups
类型:SystemString
文件的类别,例如 Files/Personal/Admin 按照斜杠来区分

返回值

类型:OperateResultGroupFileInfo
服务器文件大小的结果对象,单位:字节数
参见