zip

zip given files to file at destination


Parameters

zip destination :string
    files :block

Returns

  • :nothing

Examples

copy
zip "dest.zip" ["file1.txt" "img.png"]

Related