Discuss this help topic in SecureBlackbox Forum

TElCustomFileSystemAdapter.FileClose

TElCustomFileSystemAdapter     See also     


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


Closes the specified file.

Declaration

[C#]
    void FileClose(Object FileHandle);

[VB.NET]
    Sub FileClose(ByVal FileHandle As Object)

[Pascal]
    procedure FileClose(FileHandle : TObject);

[C++]
    void FileClose(TObject &FileHandle);
    void FileClose(TObject *FileHandle);

[PHP]
    void FileClose(TObject $FileHandle)

[Java]
    void fileClose(TObject FileHandle);

Parameters

  • FileHandle - the handle of the file to be closed.

Description

    Call this method to close the specified file.

See also:     FileOpen    

Discuss this help topic in SecureBlackbox Forum