ftpDirCurrent (Function) |
Top Previous Next |
This function returns the current working directory on the FTP server.
Input: ID : INT The ID returned from ftpConnect.
Returns: STRING The current directory or empty if an error has occurred (see ftpLastResponse for possible error information).
Declaration: FUNCTION ftpDirCurrent : STRING;
Example: INCLUDE rtcu.inc |