Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Cwd

TElSimpleFTPSClient     See also     


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


Changes working directory.

Declaration

[C#]
    void Cwd(string APath);

[VB.NET]
    Sub Cwd(ByVal APath As String)

[Pascal]
    procedure Cwd(const APath: string);

[C++]
    void Cwd(const std::string &APath);

[PHP]
    void Cwd(string $APath)

[Java]
    void cwd(String APath);

Parameters

  • APath - path to the directory or other system dependent file group designator

Description

    This method allows user to work with a different directory or dataset for file storage or retrieval without altering the login or accounting information. You can use CDUp method to change current directory to the parent one.

See also:     CDUp     GetCurrentDir     MakeDir     RemoveDir    

Discuss this help topic in SecureBlackbox Forum