ZipUtils.UnZipFiles(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unzips a file to a directory.
public:
static bool UnZipFiles(System::String ^ zipPathAndFile, System::String ^ outputFolder);
public static bool UnZipFiles(string zipPathAndFile, string outputFolder);
static member UnZipFiles : string * string -> bool
Public Shared Function UnZipFiles (zipPathAndFile As String, outputFolder As String) As Boolean
Parameters
- zipPathAndFile
- String
Specifies file to unzip.
- outputFolder
- String
Specifies where to unzip it to.
Returns
true if the unzip operation is successful; otherwise, false.