Skip to content

Instantly share code, notes, and snippets.

@msiddiqi
Created December 6, 2012 14:03
Show Gist options
  • Save msiddiqi/4224663 to your computer and use it in GitHub Desktop.
Save msiddiqi/4224663 to your computer and use it in GitHub Desktop.
private static void DecompressUsingNet45ZipFile(string zipFilePath, string decompressedFolderPath)
{
ZipFile.ExtractToDirectory(zipFilePath, decompressedFolderPath);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment