EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.RemoveDir

TElAS3Client     See also    


 

Deletes specified directory.

 
 

Declaration

[C#]
    void RemoveDir(string Path);

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Path - path of the directory to be deleted
 
 

Description

    This method causes the specified directory to be removed 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     MakeDir    

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