Click or drag to resize

CFtp.RemoveDir Method

X#
Delete a directory from the remote FTP server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RemoveDir(
	cRemoteDir
) AS USUAL CLIPPER
Request Example View Source

Parameters

cRemoteDir (Optional)
Type: Usual
String that contains the name of the directory that is to be removed.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
This method removes a directory from the remote FTP server.
See Also