file_cnt Property

Shows the number of encoded files the class has read from or written into.

Syntax

def get_file_cnt() -> int: ...

file_cnt = property(get_file_cnt, None)

Default Value

0

Remarks

This property shows the number of encoded files the class has read from or written into. If the user specifies one or more questions marks "?" in encoded_file they will be expanded from 000 to file_cnt - 1 (the number of question marks "?" specifies the number of figures).

Please refer to encoded_file for filename conventions.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]