Discuss this help topic in SecureBlackbox Forum
Adds a new entry to the archive.
Declaration
Parameters
- Parent - entry directory to which the new entry should be added. If this parameter is omitted, path is relative to the root directory.
- Path - path to the entry which should be added to the archive
- Mode - the value of the Mode attribute of the new entry.
- USTAR - USTar attribute values.
- Stream - input stream with uncompressed data
- FileName - name of the new archive directory entry. If this parameter is omitted, the name will be generated automatically.
- Buf - input buffer with uncompressed data.
- StartIndex - the index of the first byte of the actual uncompressed data in Buf.
- Count - the number of bytes to be read from Buf.
Return value
Returns a TElTarArchiveDirectoryEntry object which represents a newly added entry.
Description
Use this method to add an entry to be archived.
Discuss this help topic in SecureBlackbox Forum