IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

dirSummaryDirCount (property)

The number of subdirectories within the directory.

Syntax

@property (nonatomic,readonly,assign,getter=dirSummaryDirCount) long long dirSummaryDirCount;
- (long long)dirSummaryDirCount;
public var dirSummaryDirCount: Int64 {
  get {...}
}

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 iOS Edition - Version 20.0 [Build 8265]