点击或拖拽改变大小

IntegrationFileClientGetGroupFileInfo 方法

获取服务器文件夹的指定目录的文件统计信息,包括文件数量,总大小,最后更新时间
Get the file statistics of the specified directory of the server folder, including the number of files, the total size, and the last update time

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public OperateResult<GroupFileInfo> GetGroupFileInfo(
	string factory,
	string group,
	string id
)

参数

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

返回值

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