|
|||||
function | FTPConnectionMakeDir |
Related Concepts | Other Library Functions |
Library: FTP
Include: omftp.xin |
define external function FTPConnectionMakeDir value FTPConnection this-FTPConnection dir value stream dir
This function will create a new directory on the FTP server.
Arguments:
Example:
; make a dir and do a list FTPConnectionMakeDir MyCon dir "test-dir" output FTPConnectionListDir MyCon full true
---- |