ZipArchiveEntry.ExtractToFile Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ExtractToFile(String) | Creates a file on the file system with the entry’s contents and the specified name. The last write time of the file is set to the entry’s last write time. This method does not allow for overwriting of an existing file that has the same name. Attempting to extract explicit directories (entries with names that end in directory separator characters) will not create a directory. | |
ExtractToFile(String, Boolean) | Creates a file on the file system with the entry’s contents and the specified name. The last write time of the file is set to the entry’s last write time. This method enables overwriting of an existing file with the same name. |
Top