Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.RemoveDir

TElSimpleFTPSClient     See also     


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


Deletes specified directory.

Declaration

[C#]
    void RemoveDir(string Path);

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

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

[C++]
    void RemoveDir(const std::string &Path);

[PHP]
    void RemoveDir(string $Path)

[Java]
    void removeDir(String Path);

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    

Discuss this help topic in SecureBlackbox Forum