Click or drag to resize

CFtp.CreateDir Method

X#
Create a new directory on the FTP server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD CreateDir(
	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 created.

Return Value

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