Discuss this help topic in SecureBlackbox Forum
Adds 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
- 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.
- AddResult - this parameter allows to check what kind of operation has been performed by the component.
TSBZipAddEntryResult values
Return value
TElZipArchiveDirectoryEntry object which represents a newly added entry.
Description
Use this method to add a new entry to the archive directory.
Discuss this help topic in SecureBlackbox Forum