|
|
 |
 |
| DeleteFTPDirectory |
| |
This function will delete a directory. When the directory is not recursively deleted, it should be empty. |
| |
| Library |
 |
wh::internet/ftp.whlib |
| |
| Syntax |
 |
PUBLIC BOOLEAN FUNCTION DeleteFTPDirectory (INTEGER connectionid,STRING dirname,BOOLEAN recursive) |
| |
| Parameters |
 |
| connectionid |
 |
Integer id of the connection (opened by OpenFTPSite) |
 |
| dirname |
 |
Name of the file |
 |
| recursive |
 |
Delete all subfiles and subfolders as well |
 |
|
| |
| Returns |
 |
boolean indicating if the command was succesfull |
| |
|
|
|
|