function
Library: FTP support (OMFTP)
Include: omftp.xin |
define external function FTPConnectionDeleteDir value FTPConnection this-FTPConnection dir value string dir
Argument definitions
This function will delete a directory from the FTP server.
To use this function, you must include the following line near the start of your program:
include "omftp.xin"
; delete "test-dir" directory and do a directory listing FTPConnectionDeleteDir MyCon dir "test-dir" output FTPConnectionListDir MyCon full true