CFtp.GetCurDir Method | |
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
public virtual Usual GetCurDir()
Request Example
View SourceReturn 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