SecureBlackbox 2020 iOS Edition

Questions / Feedback?

remove (method)

Removes file(s) and/or folder(s) from the archive.

Syntax

- (void)remove:(NSString*)path;
public func remove(_ path: String) throws -> Void

Remarks

Use this method to remove entries from the archive. Provide an archive-local pathvia the Path parameter.

Path supports file masks, which makes this method quite powerful (and potentially dangerous).

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