#include <ZipArchive.h>
The class used as a parameter in the AddNewFiles(CZipAddFilesEnumerator&, ZipArchiveLib::CFileFilter&, bool) method.
Initializes a new instance of the CZipAddFilesEnumerator class.
Gets the associated CZipArchive object.
Initializes the enumerator with a CZipArchive object.
Override this method to perform file processing while enumerating directories. This method is not called for directories, but for files only.
true
false
Implements ZipArchiveLib::CDirEnumerator.
Updates the file information before adding to the archive. Override this method to customize file addition behavior.
Reimplemented in CReplacingAddFilesEnumerator.
Compression level for added files.
Smart compression level setting.
Buffer size for file operations.
Pointer to the multi-action callback for progress notifications.