DeleteFTPFile - cFTPTransfer
Deletes the file sName on RemoteHost
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| sName | String | The name of the file to be deleted |
Syntax
Function DeleteFTPFile String sName Returns Integer
Call Example
Get DeleteFTPFile sName to IntegerVariable
Description
DeleteFtpFile deletes the file sName on RemoteHost.
Return Value
Returns True if successful, and False otherwise.