IPWorks ZIP 2020 Python Edition

Questions / Feedback?

recurse_subdirectories Property

Whether or not to recurse into subdirectories during archive creation.

Syntax

def get_recurse_subdirectories() -> bool: ...
def set_recurse_subdirectories(value: bool) -> None: ...

recurse_subdirectories = property(get_recurse_subdirectories, set_recurse_subdirectories)

Default Value

TRUE

Remarks

If this property is set to true, when calling CreateSFX the class will recurse into all the subdirectories under source_directory and include them in the self extracting archive. If this property is false, only the files in source_directory will be included in the archive.

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