IPWorks Cloud 2020 Python Edition

Questions / Feedback?

dir_summary_file_count Property

The number of files within the directory.

Syntax

def get_dir_summary_file_count() -> int: ...

dir_summary_file_count = property(get_dir_summary_file_count, None)

Default Value

0

Remarks

The number of files within the directory.

This property reflects the number of files contained within the directory, calculated recursively.

This property is read-only.

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