~~NOTOC~~
~~Title: Unzip ~~
**Description:**\\
Unzips a zip file.
**Added In:** v0.45
====== Function ======
public static bool Unzip(string path, bool delete = false)
public static bool Unzip(string pathFrom, string pathTo, bool delete = false)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----