Description:
Unzips a zip file.

Added In: v0.45

Function

1
2
public static bool Unzip(string path, bool delete = false)
public static bool Unzip(string pathFrom, string pathTo, bool delete = false)



Usage

1
//Coming soon



Examples

1
//Coming soon