ZipArchive.addMember

Add a member to the archive. The file is compressed on the fly.

class ZipArchive
@safe
void
addMember

Parameters

de ArchiveMember

Member to be added.

Throws

ZipException when an unsupported compression method is used or when compression failed.

Meta