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]
    class ZipArchive
    @property @safe @nogc pure nothrow const
    bool
    isZip64
    ()
  2. bool isZip64 [@property setter]

Return Value

Type: bool

True, when the archive is in Zip64 format.

Meta