SecureBlackbox 2020 Python Edition

Questions / Feedback?

output_path Property

A local path to extract the files to.

Syntax

def get_output_path() -> str: ...
def set_output_path(value: str) -> None: ...

output_path = property(get_output_path, set_output_path)

Default Value

""

Remarks

Assign this property with a path where the extracted files (selected according to extraction_mode criteria) are to be saved.

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