ZipArchive.isZip64

True when the archive is in Zip64 format. Set this to true to force building a Zip64 archive.

  1. bool isZip64 [@property getter]
  2. bool isZip64 [@property setter]
    class ZipArchive
    @property @safe @nogc pure nothrow
    void
    isZip64
    (
    bool value
    )

Parameters

value bool

True, when the archive is forced to be build in Zip64 format.

Return Value

Type: void

True, when the archive is in Zip64 format.

Meta