oFTP.GetCurrentDirectory()
Gets the current directory path on FTP server
oFTP.GetCurrentDirectory()
Parameters
None.
Return Value
Current directory path, 0 on errorRemarks
This function does not (yet) support Async mode, see Asynchronous mode remarks.
Related
Example
sCurrentDir := oFTP.GetCurrentDirectory()