DeleteFTPFile (open)

This function will delete a file

Syntax

LOADLIB "wh::internet/ftp.whlib";

BOOLEAN FUNCTION DeleteFTPFile(INTEGER connectionid, STRING filename)

Parameters

INTEGER connectionid

Integer id of the connection (opened by OpenFTPSite)

STRING filename

Name of the file

Return value

BOOLEAN

boolean indicating if the command was succesfull