Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.Delete

TElSimpleFTPSClient     See also     


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


Deletes file on the server

Declaration

[C#]
    void Delete(string AFilename);

[VB.NET]
    Sub Delete(ByVal AFilename As String)

[Pascal]
    procedure Delete(const AFilename: string);

[C++]
    void Delete(const std::string &AFilename);

[PHP]
    void Delete(string $AFilename)

[Java]
    void delete(String AFilename);

Parameters

  • AFileName - name of the file to be deleted

Description

    Use this method to delete file on the server side.

See also:     Append    

Discuss this help topic in SecureBlackbox Forum