![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||
|
|
|||||
| function | FTPConnectionDeleteDir | ||||
| Related Concepts | Other Library Functions |
|
Library: FTP
Include: omftp.xin |
define external function FTPConnectionDeleteDir
value FTPConnection this-FTPConnection
dir value stream dir
This function will delete a directory from the FTP server.
Arguments:
Example:
; delete "test-dir" directory and do a directory listing FTPConnectionDeleteDir MyCon dir "test-dir" output FTPConnectionListDir MyCon full true
| ---- |