|
Post by systweakamol on Sept 30, 2005 23:21:33 GMT -5
I want to check whether a zip file is correct or not what is the code for it.
|
|
|
Post by Kevin on Oct 1, 2005 7:38:06 GMT -5
There are two ways. You can check an individual file in the zip by calling VCLZip1.FileIsOK[index] or you can check the entire file by calling VCLZip1.CheckArchive.
Be sure to look in the help file for these two methods for certain requirements and some tips for using them.
Kevin
|
|