Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.RemoveFile

TElSimpleFTPSClient     See also     


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


Deletes the specified file.

Declaration

[C#]
    void RemoveFile(string Filename);

[VB.NET]
    Sub RemoveFile(ByVal Filename As String)

[Pascal]
    procedure RemoveFile(const Filename: string);

[C++]
    void RemoveFile(const std::string &Filename);

[PHP]
    void RemoveFile(string $Filename)

[Java]
    void removeFile(String Filename);

Parameters

  • Filename - specifies the name and path to the file to be deleted.

Description

    Use this method to remove a file on the server.

See also:     RemoveDir     RemoveFiles    

Discuss this help topic in SecureBlackbox Forum