IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

dirSummaryFileCount (property)

The number of files within the directory.

Syntax

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

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