CBFS Storage 2020 Python Edition

Questions / Feedback?

vault_file Property

The vault to create and/or open.

Syntax

def get_vault_file() -> str: ...
def set_vault_file(value: str) -> None: ...

vault_file = property(get_vault_file, set_vault_file)

Default Value

""

Remarks

This property specifies the vault to create and/or open when the open_vault method is called.

When the callback_mode property is disabled (default), this property specifies the vault storage file to create/open, and must be set to a fully-qualified file path formatted according to OS conventions.

When the callback_mode property is enabled, this property is only used to populate the Vault parameter of the on_vault_open, on_vault_get_parent_size, and on_vault_delete events; and can be set to any application-defined value. Please refer to the Callback Mode topic for more information.

Note: This property cannot be changed when active is True, and cannot be changed within events.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Python Edition - Version 20.0 [Build 8031]