点击或拖拽改变大小

IntegrationFileClient.GetSubGroupFileInfos 方法

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

参数

factory
类型:System.String
第一大类
group
类型:System.String
第二大类
id
类型:System.String
第三大类

返回值

类型:OperateResult<GroupFileInfo[]>
返回路径的信息,包含文件大小,数量,最后更新时间
参见