Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.CDUp

TElSimpleFTPSClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Changes directory to the parent one

Declaration

[C#]
    void CDUp();

[VB.NET]
    Sub CDUp()

[Pascal]
    procedure CDUp;

[C++]
    void CDUp();

[PHP]
    void CDUp()

[Java]
    void cdUp();

Description

    This method is a particular case of Cwd, and is included to simplify the transfer of directory trees between operating systems with different syntax for parent directory naming.

See also:     Cwd     GetCurrentDir     MakeDir     RemoveDir    

Discuss this help topic in SecureBlackbox Forum