diff options
Diffstat (limited to 'modules/zip/doc_classes/ZIPPacker.xml')
-rw-r--r-- | modules/zip/doc_classes/ZIPPacker.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/zip/doc_classes/ZIPPacker.xml b/modules/zip/doc_classes/ZIPPacker.xml index 47ea50f031..5d5bedb773 100644 --- a/modules/zip/doc_classes/ZIPPacker.xml +++ b/modules/zip/doc_classes/ZIPPacker.xml @@ -63,10 +63,13 @@ </methods> <constants> <constant name="APPEND_CREATE" value="0" enum="ZipAppend"> + Create a new zip archive at the given path. </constant> <constant name="APPEND_CREATEAFTER" value="1" enum="ZipAppend"> + Append a new zip archive to the end of the already existing file at the given path. </constant> <constant name="APPEND_ADDINZIP" value="2" enum="ZipAppend"> + Add new files to the existing zip archive at the given path. </constant> </constants> </class> |