MqttServerReturnAbsoluteFileName 方法 |
返回服务器的绝对路径,包含根目录的信息 [Root Dir][A][B][C]...[FileName] 信息
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected string ReturnAbsoluteFileName(
string[] groups,
string fileName
)
Protected Function ReturnAbsoluteFileName (
groups As String(),
fileName As String
) As String
protected:
String^ ReturnAbsoluteFileName(
array<String^>^ groups,
String^ fileName
)
member ReturnAbsoluteFileName :
groups : string[] *
fileName : string -> string
参数
- groups
- 类型:SystemString
路径分类信息 - fileName
- 类型:SystemString
文件名
返回值
类型:
String是否成功的结果对象
参见