Skip to content

Commit

Permalink
Merge pull request #1644 from JamoCA/patch-7
Browse files Browse the repository at this point in the history
Related: Add cfzipparam
  • Loading branch information
pfreitag authored Mar 27, 2024
2 parents 4ccf00b + 04d9f0d commit 9d4a609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/cfzip.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":"cfzip",
"type":"tag",
"syntax":"<cfzip>",
"related":["compress"],
"related":["compress", "cfzipparam"],
"description":"Manipulates ZIP and JavaTM Archive (JAR) files.\n In addition to the basic zip and unzip functions, use the cfzip tag to delete\n entries from an archive, filter files, read files in binary format, list the\n contents of an archive, and specify an entrypath used in an executable JAR file.",
"params": [
{"name":"action","description":"The action to take. Must be one of the following:\n delete\n list\n read\n readBinary\n unzip\n zip\n If you do not specify an action, ColdFusion\n applies the default action, zip. (optional)","required":false,"default":"zip","type":"string","values":["delete","list","read","readBinary","unzip","zip"]},
Expand Down

0 comments on commit 9d4a609

Please sign in to comment.