CreateFTPdirectory - cFTPTransfer
Creates the directory sNewDir on RemoteHost
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| sDirectory | String | Creates the directory sNewDir on RemoteHost |
Syntax
Function CreateFTPdirectory String sDirectory Returns Integer
Call Example
Get CreateFTPdirectory sDirectory to IntegerVariable
Description
CreateFtpDirectory creates the directory sNewDir on RemoteHost.
Return Value
Returns True if successful, and False otherwise.