点击或拖拽改变大小

NetSoftUpdateServerGetAllFiles 方法

获取所有的文件信息,包括所有的子目录的文件信息
Get all file information, including file information of all subdirectories

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static List<string> GetAllFiles(
	string dircPath,
	ILogNet logNet
)

参数

dircPath
类型:SystemString
目标路径
logNet
类型:HslCommunication.LogNetILogNet
日志信息

返回值

类型:ListString
文件名的列表
参见