SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

AddFiles Method

Adds a group of files to the archive.

Object Oriented Interface

public function doAddFiles($folder, $localpath, $recursive);

Procedural Interface

secureblackboxlite_archivewriter_do_addfiles($res, $folder, $localpath, $recursive);

Remarks

Use this method to add a collection of files to the archive.

Provide the path to the files on a local system (e.g. C:\photos) via the LocalPath parameter, and set Recursive to indicate whether you want to process the subdirectories recursively. Pass the desired mount point for the files within the archive (e.g. Backup2020/photos) via the Folder parameter.

You can use file mask wildcards in LocalPath to only select the files that match the mask.

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