|
|
 |
 |
| CreateFTPDirectory |
| |
This function will create a new directory |
| |
| Library |
 |
wh::internet/ftp.whlib |
| |
| Syntax |
 |
PUBLIC BOOLEAN FUNCTION CreateFTPDirectory (INTEGER connectionid,STRING dirname) |
| |
| Parameters |
 |
| connectionid |
 |
Integer id of the connection (opened by OpenFTPSite) |
 |
| dirname |
 |
Name of the new directory |
 |
|
| |
| Returns |
 |
boolean indicating if the command was succesfull |
| |
|
|
|
|