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.

ZipItem.Extract Method

Name Parameters Description
Extract() none Extracts an item from the archive to the current directory.
Extract(Stream) stream Extracts an item from the archive to the specified stream.
Extract(String, AllowFileOverwriteMode) directory, allowFileOverwrite Extracts the current archive item as a file into the specified directory and enables you to define the behavior in case of a file name conflict.
Extract(String) directory Extracts archive item as a file to the specified directory.