FTPConnectionDeleteFile Method
Delete the specified remote file.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual bool DeleteFile(
string remoteFile
)
Public Overridable Function DeleteFile (
remoteFile As String
) As Boolean
public:
virtual bool DeleteFile(
String^ remoteFile
)
abstract DeleteFile :
remoteFile : string -> bool
override DeleteFile :
remoteFile : string -> bool
- remoteFile String
- Name of remote file to delete.
Booleantrue if file was deleted successfully.