Skip to content

Commit

Permalink
Related: Add cfzipparam
Browse files Browse the repository at this point in the history
cfzipparam referenced cfzip, but cfzip didn't reference cfzipparam
  • Loading branch information
JamoCA authored Mar 13, 2024
1 parent 6428935 commit 04d9f0d
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 04d9f0d

Please sign in to comment.