IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

appendFile (method)

Appends data to an existing file.

Syntax

- (void)appendFile:(NSString*)filePath;
public func appendFile(_ filePath: String) throws -> Void

Remarks

This method appends data to the existing file at FilePath.

If LocalFile is set data will be read from the file at the specified path. If LocalFile is not set the data in ResourceData will be used.

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