FtpSessionGetPhysicalPath 方法 |
获取实际的物理路径
命名空间:
HslCommunication.Enthernet.Ftp
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法public string GetPhysicalPath(
string basePath
)
Public Function GetPhysicalPath (
basePath As String
) As String
public:
String^ GetPhysicalPath(
String^ basePath
)
member GetPhysicalPath :
basePath : string -> string
参数
- basePath
- 类型:SystemString
基础路径
返回值
类型:
String实际的路径
参见