SecureBlackbox 2020 Python Edition

Questions / Feedback?

move_to_rename Property

Enables move-to-rename operation handling mode.

Syntax

def get_move_to_rename() -> bool: ...
def set_move_to_rename(value: bool) -> None: ...

move_to_rename = property(get_move_to_rename, set_move_to_rename)

Default Value

TRUE

Remarks

Use this property to enable or disable move-to-rename mode.

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