<< Click to Display Table of Contents >> CreateEntry |
Creates an empty entry that has the specified entry name and compression level in the zip archive.
entryName - A path, relative to the root of the archive, that specifies the name of the entry to be created.
compressionLevel - One of the enumeration values that indicates whether to emphasize speed or compression effectiveness when creating the entry.
CreateEntry PROCEDURE(STRING entryName, CompressionLevelEnum compressionLevel = CompressionLevel::Optimal, BOOL pDisposeEntry = TRUE), *TZipArchiveEntry, PROC