IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

dirSummarySize (property)

The total size of the directory contents, excluding file replicas.

Syntax

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

Default Value

0

Remarks

The total size of the directory contents, excluding file replicas.

This property reflects the total size (in bytes) of the directory's contents, calculated recursively.

Unlike DirSummarySpaceUsed, this property's value does not take file replicas into account, and thus should not be interpreted as the actual number of bytes the directory's contents use on disk.

This property is read-only.

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