brendan-duncan/archive

the autoClose parameter of zip_endcode::addFile is not used

Closed this issue · 0 comments

in addFile(ArchiveFile file, {bool autoClose = true}) method, the ArchiveFile file will be closed unconditionally。I thought that if autoClose is false,the ArchiveFile file would not be closed,but it is not that。