点击或拖拽改变大小

UltimateFileServerGetGroupFromFilePath 方法

获取当前目录的文件列表管理容器,如果没有会自动创建,通过该容器可以实现对当前目录的文件进行访问
Get the file list management container of the current directory. If not, it will be created automatically. Through this container, you can access files in the current directory.

命名空间:  HslCommunication.Enthernet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public GroupFileContainer GetGroupFromFilePath(
	string filePath
)

参数

filePath
类型:SystemString
路径信息

返回值

类型:GroupFileContainer
文件管理容器信息
参见