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