EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.MakeDir

TElAS3Client     See also    


 

Creates new directory on the server.

 
 

Declaration

[C#]
    void MakeDir(string Path);

[VB.NET]
    Sub MakeDir(ByVal Path As String)

[Pascal]
    procedure MakeDir(const Path: string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Path - new directory path (absolute or relative)
 
 

Description

    This method causes the specified directory to be created as a directory (if the path is absolute) or as a subdirectory of the current working directory (if the path is relative).

 
 

See also:     Cwd     CDUp     GetCurrentDir     RemoveDir    

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