ZipFile.testzip()
Read all the files in the archive and check their CRC’s and file headers. Return the name of the first bad file, or else return None
. Calling testzip()
on a closed ZipFile will raise a RuntimeError
.
ZipFile.testzip()
Read all the files in the archive and check their CRC’s and file headers. Return the name of the first bad file, or else return None
. Calling testzip()
on a closed ZipFile will raise a RuntimeError
.
Please login to continue.