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