ZipArchive.isZip64
bool isZip64() @property @safe @nogc pure nothrow constTrue when the archive is in Zip64 format. Set this to true to force building a Zip64 archive.
Parameters
value | True, 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 nothrowditto