点击或拖拽改变大小

IntegrationFileClientGetSubGroupFileInfos 方法

获取服务器文件夹的指定目录的所有子目录的文件信息,包括每个子目录的文件数量,总大小,最后更新时间
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.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public OperateResult<GroupFileInfo[]> GetSubGroupFileInfos(
	string factory,
	string group,
	string id
)

参数

factory
类型:SystemString
第一大类
group
类型:SystemString
第二大类
id
类型:SystemString
第三大类

返回值

类型:OperateResultGroupFileInfo
返回路径的信息,包含文件大小,数量,最后更新时间
参见