ZipArchive.isZip64

bool isZip64() @property @safe @nogc pure nothrow const

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

Parameters

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

Returns

True, when the archive is in Zip64 format.
void isZip64(bool value) @property @safe @nogc pure nothrow

ditto