Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.Delete

TElBoxDataStorageObject     See also     


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


Deletes the object.

Declaration

[C#]
    void Delete();

[VB.NET]
    Sub Delete()

[Pascal]
    procedure Delete();

[C++]
    void Delete();

[PHP]
    void Delete()

[Java]
    void delete();

Description

    Use this method to delete a file or folder.

See also:     Move     Rename    

Discuss this help topic in SecureBlackbox Forum