~~NOTOC~~
~~Title: Zip ~~
**Description:**\\
Zips all files in a folder.
**Added In:** v0.45
====== Function ======
public static bool Zip(string fileName, string rootDir, List files)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----