Discuss this help topic in SecureBlackbox Forum
Adds directory contents to archive.
Declaration
Parameters
- Parent - directory to which the content should be added. If omitted, root entry is used.
- Path - path to the directory which contents should be added
- Mask - the mask to match the files in the directory
- Mode - the value of the Mode attribute of the new entry.
- USTAR - USTar attribute values.
Description
Use this method to contentes of a directory to the archive.
Files are chosen by mask which can be a simple mask, a set of masks, or a regular expression (read more about masks).
Discuss this help topic in SecureBlackbox Forum