Click or drag to resize

CHttp.SetCurDir Method

X#
Changes the current directory on the remote 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
The path of the directory to change to.

Return Value

Type: Usual
The new directory name as a string.
See Also