 | FtpDeleteFile Method |
Deletes the file on the server.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic void DeleteFile(
string remotePath
)
Public Sub DeleteFile (
remotePath As String
)
public:
void DeleteFile(
String^ remotePath
)
member DeleteFile :
remotePath : string -> unit Parameters
- remotePath String
- The pathname of the file to be deleted. Either an absolute pathname or relative to the current working folder.
See Also