Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The function returns 'true' if at least one file was added to the zip file and 'false' otherwise.

Example

Code Block
languagejs
zipFiles({"C:/file1.txt", "C:/file2.txt"}, "nameOfZip");

...