RemoveFTPdirectory - cFTPTransfer
Removes the directory sDirectory on RemoteHost
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| sDirectory | String | The name of the directory to be removed |
Syntax
Function RemoveFTPdirectory String sDirectory Returns Integer
Call Example
Get RemoveFTPdirectory sDirectory to IntegerVariable
Description
RemoveFtpDirectory removes the directory sDirectory on RemoteHost.
Return Value
Returns True if successful, and False otherwise.