|
|||||
function | FTPConnectionGetWorkingDir |
Related Concepts | Other Library Functions |
Library: FTP
Include: omftp.xin |
Returns: String
The current working directory. |
define external stream function FTPConnectionGetWorkingDir value FTPConnection this-FTPConnection
This function returns the full path of the current working directory on the FTP server.
Argument:
Example:
; list the full current directory output "Current directory is " || FTPConnectionGetWorkingDir MyCon || "%n"
---- |