点击或拖拽改变大小

FanucSeries0iReadAllDirectoryAndFile 方法

读取指定路径下的所有的子路径和文件的信息,路径信息,例如 "//CNC_MEM/USER/"

命名空间:  HslCommunication.CNC.Fanuc
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public OperateResult<FileDirInfo[]> ReadAllDirectoryAndFile(
	string path
)

参数

path
类型:SystemString
路径信息,例如 "//CNC_MEM/USER/"

返回值

类型:OperateResultFileDirInfo
文件及路径信息
参见