 | FtpHelperDeleteFile 方法 |
Sweet 开发框架
删除文件
命名空间:
Sweet.Ftp
程序集:
Sweet.Ftp (在 Sweet.Ftp.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public bool DeleteFile(
string path
)
Public Function DeleteFile (
path As String
) As Boolean
member DeleteFile :
path : string -> bool
参数
- path
- 类型:SystemString
[缺少 "M:Sweet.Ftp.FtpHelper.DeleteFile(System.String)" 的 <param name="path"/> 文档]
返回值
类型:
Boolean[缺少 "M:Sweet.Ftp.FtpHelper.DeleteFile(System.String)" 的 <returns> 文档]
参见