Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.