Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ZipArchive.Extract Method

Name Parameters Description
Extract() none Extract all archive items as files into the current directory.
Extract(String, AllowFileOverwriteMode) path, mode Extracts all archive items as files into the specified directory and enables you to define the behavior in case of file name conflicts.
Extract(String) path Extracts all archive items as files into the specified directory.