点击或拖拽改变大小

FtpClientDeleteDirectory 方法

删除FTP服务器上的指定目录,并且可以指定是否删除所有子文件
Delete the specified directory on the FTP server, with the option to specify whether to delete all subfiles.

命名空间:  HslCommunication.Enthernet.Ftp
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.5.3.0 (12.5.3.0)
语法
public OperateResult DeleteDirectory(
	string path,
	bool clearFiles = false
)

参数

path
类型:SystemString
Ftp服务器上的目录
clearFiles (Optional)
类型:SystemBoolean
是否删除所有的文件

返回值

类型:OperateResult
是否删除成功
参见