Click or drag to resize

CFtp.GetCurDir Method

X#
Get the name of 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 GetCurDir() AS USUAL
Request Example View Source

Return Value

Type: Usual
Name of the current directory, if successful; otherwise, NULL_STRING.
Remarks
This method retrieves the directory name on the remote FTP server for the current process.
See Also