SecureBlackbox 2020 Python Edition

Questions / Feedback?

new_archive Property

Indicates whether the archive object represents a new (rather than opened) archive.

Syntax

def get_new_archive() -> bool: ...

new_archive = property(get_new_archive, None)

Default Value

FALSE

Remarks

This property is set to true if the archive is new, or to false if the class control is editing an existing archive.

new_archive would typically be set to true after a create_new call, and to false after an open call.

This property is read-only.

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