EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.Cwd

TElAS3Client     See also    


 

Changes working directory.

 
 

Declaration

[C#]
    void Cwd(string APath);

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation