点击或拖拽改变大小

GroupFileContainerGetAllFiles 方法

获取当前目录的下所有文件信息,返回所有映射的文件名:b35a11ec533147ca80c7f7d1713f015b7909
Gets the current directory under all file information, return all mapping file name: b35a11ec533147ca80c7f7d1713f015b7909

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public List<string> GetAllFiles(
	out List<string> fileNames
)

参数

fileNames
类型:System.Collections.GenericListString
原始的文件名称

返回值

类型:ListString
映射之后的文件列表,例如 b35a11ec533147ca80c7f7d1713f015b7909
参见