TwclObexFtpClient.ChangeDir(string) Method

Changes current directory to the child directory.

Namespace: wclObex
public
 function ChangeDir(const Name: string): Integer;

Parameters

Name
Type: string

The child directory name. Use ".." to go one level up. Use empty name to go to the root directory.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

When operation completed the OnChangeDirComplete event fires.