SecureBlackbox 2020 iOS Edition

Questions / Feedback?

addFile (method)

Adds a file to the archive.

Syntax

- (int)addFile:(NSString*)path :(NSString*)localPath;
public func addFile(_ path: String, _ localPath: String) throws -> Int32

Remarks

Use this method to add a disk file to the archive. Provide the local path to the file (e.g. C:\Photos\photo.jpg) via the LocalPath parameter, and the desired path within the archive (e.g. PhotosBackup2020/photo.jpg) via the Path parameter.

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