Click or drag to resize

CFtp.DeleteFile Method

X#
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
Request Example View Source

Parameters

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