Overwrite
(number) Whether to overwrite any already existing files in the destination folder when extracting. Choose from:
CONSTANT |
VALUE DESCRIPTION |
|
ZIP_OVERWRITE_NEVER |
0 |
Do not overwrite any files. (Default) |
ZIP_OVERWRITE_NEWER |
1 |
Only overwrite a file if the one being extracted is newer. |
ZIP_OVERWRITE_ALWAYS |
2 |
Overwrite all existing files with the ones being extracted. |