点击或拖拽改变大小

FtpClientRenameFile 方法

重命名文件的名称
Rename the name of the file.

命名空间:  HslCommunication.Enthernet.Ftp
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.5.3.0 (12.5.3.0)
语法
public OperateResult RenameFile(
	string oldName,
	string newName
)

参数

oldName
类型:SystemString
旧的文件名,例如 /A/123.txt
newName
类型:SystemString
新文件名,例如 124.txt

返回值

类型:OperateResult
是否重命名成功
参见