IPWorks Cloud 2020 Python Edition

Questions / Feedback?

dir_summary_dir_count Property

The number of subdirectories within the directory.

Syntax

def get_dir_summary_dir_count() -> int: ...

dir_summary_dir_count = property(get_dir_summary_dir_count, None)

Default Value

0

Remarks

The number of subdirectories within the directory.

This property reflects the number of subdirectories contained within the directory, calculated recursively. Note that this count will always include the directory itself; i.e., this property would return 1 for a directory with no subfolders.

This property is read-only.

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