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 - ...
- StartIndex - ...
- Count - ...
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