Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorage.Close

TElCompoundFileStorage     See also     


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


Closes the file.

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    procedure Close;

[C++]
    void Close();

[PHP]
    void Close()

[Java]
    void close();

Description

    Use this method to close the file.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum