Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Delete

TElDropboxDataStorageObject     See also     


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


Deletes the file from the storage.

Declaration

[C#]
    void Delete();

[VB.NET]
    Sub Delete()

[Pascal]
    procedure Delete;

[C++]
    void Delete();

[PHP]
    void Delete()

[Java]
    void delete();

Description

    Call this method to remove the file from the storage.

See also:     Clear     Exists    

Discuss this help topic in SecureBlackbox Forum