FTPConnectionDeleteFile Method |
Delete the specified remote file.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic 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
Parameters
- remoteFile
- Type: SystemString
Name of remote file to delete.
Return Value
Type:
Booleantrue if file was deleted successfully.
See Also