function
Library: FTP support (OMFTP)
Include: omftp.xin |
Returns: The current working directory. |
define external stream function FTPConnectionGetWorkingDir value FTPConnection this-FTPConnection
Argument definitions
This function returns the full path of the current working directory on the FTP server.
To use this function, you must include the following line near the start of your program:
include "omftp.xin"
; list the full current directory output "Current directory is " || FTPConnectionGetWorkingDir MyCon || "%n"