SecureBlackbox 2020 iOS Edition

Questions / Feedback?

extract (method)

Extracts a single file from the archive.

Syntax

- (void)extract:(NSString*)path :(NSString*)localPath :(BOOL)preserveFullPath;
public func extract(_ path: String, _ localPath: String, _ preserveFullPath: Bool) throws -> Void

Remarks

Use this method to extract a single file from the archive.

Pass the internal path to the entry in the archive via the Path parameter, and the path where to save the extracted entry via the LocalPath parameter. Set PreserveFullPath to true to enforce full-path extraction, in which case LocalPath would indicate the mount point at which the full Path needs to be rooted. If PreserveFullPath is false, the LocalPath provides the final location for the extracted file.

Use ExtractAll to extract all files at once.

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