CBFS Connect 2020 Python Edition

Questions / Feedback?

open_file_handle_closed Property

Whether the handle to the file has been closed.

Syntax

def get_open_file_handle_closed(open_file_index: int) -> bool: ...

Default Value

FALSE

Remarks

Whether the handle to the file has been closed.

This property reflects whether the handle to the file has been closed.

The open_file_index parameter specifies the index of the item in the array. The size of the array is controlled by the open_files_count property.

This property is read-only.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 Python Edition - Version 20.0 [Build 8348]