edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Delete the specified remote file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public override bool DeleteFile(
	string remoteFile
)
Visual Basic
Public Overrides Function DeleteFile ( _
	remoteFile As String _
) As Boolean
Visual C++
public:
virtual bool DeleteFile(
	String^ remoteFile
) override

Parameters

remoteFile
Type: System..::..String
Name of remote file to delete.

Return Value

true if file was deleted successfully.

See Also