fileSize (property)

The total size, in bytes, of this file.

Syntax

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

Default Value

0

Remarks

The total size, in bytes, of this file.

This property is read-only.

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