IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

file_to_execute Property

Optional file to execute (open) after the archive is extracted.

Syntax

def get_file_to_execute() -> str: ...
def set_file_to_execute(value: str) -> None: ...

file_to_execute = property(get_file_to_execute, set_file_to_execute)

Default Value

"."

Remarks

This property specifies an executable file which will be run after the archive has completed decompressing. This must be a relative path to a file located within extract_to_path. If this property is set to ".", the folder to which the archive has been decompressed will open in Windows Explorer. If this property is set to "" (empty string), the extractor will close and take no action.

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