e-CryptIt Engine - Compression Xojo Plugin

ZipArchiveWriter.Create Method

Creates a Zip archive at given location. This constructor will default to normal non zip64 archive.

Create(
   target as FolderItem)

Parameters

target
The destination where to create the Zip archive.

Remarks

If file exists with same name then it will be overwritten. Use the IsOpen property to verify that your stream is all right after using this property. (And if it is not open then you can use the LastError property to get hints on which error occurred)

See Also

ZipArchiveWriter Class