TIpClientFtp() > Directory methods |
Queries the current directory on the FTP server.
:pwd() --> lSuccess
Method :pwd() sends the PWD command to the Ftp server and returns a logical value indicating success of the operation. If successful, the current directory is stored as character string in the :cReply instance variable.
http://www.xHarbour.com