|  | 
 | ||||
|        | |||||
|  | ||||||
| Other Library Functions | ||||||
| function | FTPConnectionMakeDir | 
| Library: FTP support (OMFTP) Include: omftp.xin | 
define external function FTPConnectionMakeDir
                        value FTPConnection this-FTPConnection
                  dir   value string dir
Argument definitions
This function will create a new directory on the FTP server.
To use this function, you must include the following line at the beginning of your program:
include "omftp.xin"
; make a dir and do a list FTPConnectionMakeDir MyCon dir "test-dir" output FTPConnectionListDir MyCon full true
| Other Library Functions | 
Copyright © Stilo International plc, 1988-2008.