FtpSessionGetPhysicalFilePath 方法 |
获取文件路径信息
命名空间:
HslCommunication.Enthernet.Ftp
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法public string GetPhysicalFilePath(
string basePath,
string fileName
)
Public Function GetPhysicalFilePath (
basePath As String,
fileName As String
) As String
public:
String^ GetPhysicalFilePath(
String^ basePath,
String^ fileName
)
member GetPhysicalFilePath :
basePath : string *
fileName : string -> string
参数
- basePath
- 类型:SystemString
[缺少 "M:HslCommunication.Enthernet.Ftp.FtpSession.GetPhysicalFilePath(System.String,System.String)" 的 <param name="basePath"/> 文档]
- fileName
- 类型:SystemString
[缺少 "M:HslCommunication.Enthernet.Ftp.FtpSession.GetPhysicalFilePath(System.String,System.String)" 的 <param name="fileName"/> 文档]
返回值
类型:
String[缺少 "M:HslCommunication.Enthernet.Ftp.FtpSession.GetPhysicalFilePath(System.String,System.String)" 的 <returns> 文档]
参见