fileAllocationSize (property)

The size, in bytes, that this file consumes on disk.

Syntax

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

Default Value

0

Remarks

The size, in bytes, that this file consumes on disk.

This property is read-only.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 iOS Edition - Version 20.0 [Build 8501]