Skip to content

ChangeDirectory - cFTPTransfer

Changes the current working directory on RemoteHost to sNewDir

Type: Function
Return Data Type: Integer

Parameters

Parameter Type Description
sDirectory String changes the current working directory on RemoteHost to sNewDir

Syntax

Function ChangeDirectory String sDirectory Returns Integer

Call Example

Get ChangeDirectory sDirectory to IntegerVariable

Description

ChangeDirectory changes the current working directory on RemoteHost to sNewDir.

Return Value

Returns True if successful, False otherwise