e-CryptIt Engine - Compression Xojo Plugin |
|
ZipArchiveWriter.Create Method
Creates a Zip archive at given location and has parameter to choose if it should be zip64 archive or not.

Create(
target
as FolderItem,
zip64
as Boolean)
Parameters
- target
- The destination where to create the Zip archive.
- zip64
- True if the archive should be zip64 archive, else false.
Remarks
See Also
ZipArchiveWriter Class