Click or drag to resize

CFtp.SetCurDir Method

X#
Change the current directory on the remote FTP server for the current process.

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

Parameters

cRemoteDir (Optional)
Type: Usual
String that contains the path of the directory to change to.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
The SetCurDir() method changes the directory on the remote FTP server for the current process.
See Also