CFtp.DeleteFile Method | |
Delete a file stored on the FTP server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteFile(
cRemoteFile
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DeleteFile(
Usual cRemoteFile = default
)
Request Example
View SourceParameters
- cRemoteFile (Optional)
- Type: Usual
String that contains the name of the file to be deleted on the remote FTP server.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method removes a file from a remote FTP server.
See Also