SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Remove Method

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

Object Oriented Interface

public function doRemove($path);

Procedural Interface

secureblackbox_archivewriter_do_remove($res, $path);

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 PHP Edition - Version 20.0 [Build 8154]